Bug #15308
closed
editing puppet class parameter with arrays and hashes fails when not overriding
Added by Ohad Levy over 8 years ago.
Updated over 6 years ago.
Description
steps to reproduce:
a puppet class with either hash or array parameters, that override is false.
try to save:
always get an error message - "
"Override must be true to edit the parameter"
- Related to Bug #13727: Error not raised while setting default value when 'Override' set to False for parameter. added
- Category set to Parameters
- Translation missing: en.field_release set to 136
- Status changed from New to Assigned
- Assignee set to Ori Rabin
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3573 added
- Bugzilla link set to 1343378
note: this bug also prevents saving any smart class parameter without changes when viewing from the smart class parameter edit form.
This fails in the class view only for array/hash values with inactive matchers, since the lookup value is changed (this is before it is parsed back into a ruby object - so it changes from object to string), causing the nested attribute to have nested_records_changed_for_autosave? set to true, and thus running the validation on it.
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Also available in: Atom
PDF