Unhide imports from Choices when doing multiedit#2867
Conversation
shot the Choices (Fixes Icinga#1203)
|
Thank you for your pull request. Before we can look at it, you'll need to sign a Contributor License Agreement (CLA). Please follow instructions at https://icinga.com/company/contributor-agreement to sign the CLA. After that, please reply here with a comment and we'll verify. Contributors that have not signed yet: @arjanoosting Details
|
|
@cla-bot check |
|
@raviks789 Please check this PR. |
|
@lippserd I'm not entirely sure I understand the issue. |
When doing an multiedit the Choises are not shown but the corresponding Host templates are filtered from the imports.
And if you then do a save the imports are removed from the hosts. see issue #1203
This small patch unhides the filtered host templates when doing an multiedit.
The nicer solution is showing the choices as well in the multiedit, but that is much more complicated code change :)