Actions
Bug #11962
closedOverride of Host-Parameter is saved malformed
Status:
Duplicate
Priority:
High
Assignee:
-
Category:
Parameters
Target version:
-
Description
When I edit a host with an existing parameter override and save it, I get:
"[\"192.168.1.1\",\"192.168.1.10\"]"
Before update to Foreman 1.9.2 saved value was:
["192.168.1.1","192.168.1.10"]
When I submit the host a second time:
"\"[\\\"192.168.1.1\\\",\\\"192.168.1.10\\\"]\""
I saw that this only happens when I try to save an array or a hash.
Updated by Dominic Cleal over 9 years ago
- Is duplicate of Bug #11375: Smart class parameters turn YAML to string when using a multi line yaml added
Updated by Dominic Cleal over 9 years ago
- Status changed from New to Duplicate
Thanks for the report. This is another side effect of issue #11375, which I'm fixing at the moment.
Updated by Manuel Ambauen over 9 years ago
Dominic Cleal wrote:
Thanks for the report. This is another side effect of issue #11375, which I'm fixing at the moment.
I'm sorry. Didn't see the other ticket. Thanks for your great work! :-)
Actions