Actions
Bug #17492
closedNode properties use to be able to have a string starting with `{`
Status:
Resolved
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
In 6.1, a string that starts with '{' is understood as hocon, but it could be a real string.
So we need to use same algo as previously: try to parse as json, and if it doesn't work, consider it to be a string.
Updated by François ARMAND over 4 years ago
- Status changed from New to In progress
Updated by François ARMAND over 4 years ago
- Status changed from In progress to Resolved
The behavior is compatible with 6.0, and tests were added in #17517 to be sure of that.
Updated by François ARMAND over 4 years ago
- Related to Bug #17517: Bad API url called when saving properties added
Updated by François ARMAND over 4 years ago
- Fix check changed from To do to Checked
Actions