Bug #18580
closed
String node properties display quotes
Added by François ARMAND about 4 years ago.
Updated almost 4 years ago.
Category:
Web - Config management
Description
- simple strings are displayed with quote (string
displayed "string"
)
- quoted strings are displayed with escaped quotes ("string"
displayed "\"string\""
)
- properties can't be deleted (""
is displayed after deletion)
Files
- Related to Bug #18539: Column with node property display badly quoted values added
- Related to Bug #18466: Inherited node prop arrays are replaced not merged contrary to doc added
- Status changed from New to In progress
A quoted string with value "string"
is saved in LDAP as:
{"name":"stringQuoted","value":"\"\\\"string\\\"\""}
Which is absolutly not what we want
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/3374
- Status changed from Pending technical review to Pending release
- Fix check changed from To do to Checked
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.2.0~rc1 which was released today.
Also available in: Atom
PDF