Merge pull request #3508 from Icinga/fix/filter-entries-are-deleted-when-pushing-enter-3454
FilterEditor: Add a hidden submit button to the start of the form's m…
This commit is contained in:
commit
6cddd6beed
|
@ -778,6 +778,7 @@ class FilterEditor extends AbstractWidget
|
|||
. '<form action="'
|
||||
. Url::fromRequest()
|
||||
. '" class="editor" method="POST">'
|
||||
. '<input type="submit" name="submit" value="Apply" style="display:none;"/>'
|
||||
. '<ul class="tree"><li>'
|
||||
. $this->renderFilter($this->filter)
|
||||
. '</li></ul>'
|
||||
|
|
Loading…
Reference in New Issue