Bug #8799
On host edit page, overriding inherited parameters removes override button.
Description
Removing the overriden value does not bring it back.
Puppetclass parameters work correctly.
Related issues
Associated revisions
History
#1
Updated by Tomer Brisker over 4 years ago
- Related to Refactor #11458: Allow overriding parameters inline in host & hostgroup forms added
#2
Updated by Tomer Brisker over 4 years ago
- Related to Tracker #10467: Parameter UI improvements in host and hostgroup forms added
#3
Updated by Tomer Brisker over 4 years ago
- Related to deleted (Refactor #11458: Allow overriding parameters inline in host & hostgroup forms)
#4
Updated by Tomer Brisker over 4 years ago
- Blocked by Refactor #11458: Allow overriding parameters inline in host & hostgroup forms added
#5
Updated by The Foreman Bot about 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Tomer Brisker
- Pull request https://github.com/theforeman/foreman/pull/2927 added
#6
Updated by Anonymous about 4 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 94344e6837982b4e4916a7613ad994ba7336229f.
#7
Updated by Dominic Cleal about 4 years ago
- Category set to Web Interface
- Legacy Backlogs Release (now unused) set to 71
Fixes #8799 - Show override button when removing overriden global param
Previously, when removing an override for an existing parameter the
override button was not displayed again until the page was reloaded.
Also saved call to `mark_params_override()` when overriding a single
parameter since we already know which row needs to be marked as
overriden, and used some css to simplify `mark_params_override()`.
Note this code will be rendered useless once global parameters are
turned into lookup keys as they will use the same inline-editing
available for lookup keys, however until that change is made this will
improve usability of global parmeter overrides.