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
Updated by Dominic Cleal about 9 years ago
- Related to Refactor #11458: Allow overriding parameters inline in host & hostgroup forms added
Updated by Tomer Brisker about 9 years ago
- Assignee set to Tomer Brisker
- Status changed from New to Assigned
Updated by The Foreman Bot about 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2949 added
Updated by Anonymous about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 03c609ebcdd85442b7c513c76aa158440b08977f.
Actions