Actions
Bug #12642
closedInline class parameter override shown in Ruby hash syntax
Description
Since #11458, overridden smart class parameters with type=hash are showing in the host#edit form in a Ruby-style hash rather than the YAML or JSON representation. This prevents the host being saved as the syntax isn't understood on save.
Before it showed as a: b
and now shows as {"a"=>"b"}
in the inline text box.
Files
Actions