Bug #8786
closedOverride button is gone and won't be back
Description
Once the override button in the Parameters tab is clicked, it won't be restore.
[version 1.5 and 1.8-develop]
Walkthrough:
1) Create a host-group with a parameter
2) Edit one of the hosts
3) Set its host-group to the one you've just created
4) Choose the Parameters tab
5) Click on "Override" button next to that parameter
6) Click on the "X remove"
7) If you change your mind and want to override that parameter, you cannot do that unless you refresh
Added by B Sh over 10 years ago
Added by B Sh about 10 years ago
Fixes #8786 - Show override button after removing overridden parameter
After a parameter is overridden in a host or host group, if one wants to
revert the decision and return to the inherited parameter, it was
necessary to reload the page after clicking on remove. This commit
fixes that by making it show the override button again without reloading.
(cherry picked from commit 90b00443a6fe27366d6a17572b8b0a41b4dcab97)
Fixes #8786 - Show override button after removing overridden parameter
After a parameter is overridden in a host or host group, if one wants to
revert the decision and return to the inherited parameter, it was
necessary to reload the page after clicking on remove. This commit
fixes that by making it show the override button again without reloading.