Page 1 of 1

[SOLVED] "Add item to list" and spaces in value_key

Published: March 7, 2025 - 3:17 PM
by Olivier Schmitt
Hello,

I'm not sure if it's bad practice and we shouldn't put spaces in value_keys, or if it's a console bug.

I tried adding a column to the main display based on an audit result and noticed that when there's a space in the value_key, the columns remain empty.
If I use an audit result with a value_key without spaces, it works perfectly.

What do you think?

Re: "Add item to list" and spaces in value_key

Published: March 7, 2025 - 4:39 PM
by htouvet
Hello,
yes, this is a current limitation.
Spaces (and ampersands, etc.) should not be used in the section name or key because they are not encoded correctly in the URL that is sent to the server.

Re: "Add item to list" and spaces in value_key

Published: March 7, 2025 - 5:02 PM
by Olivier Schmitt
Thank you for your feedback.
;)