mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fix select2 action search on alert list
This commit is contained in:
parent
13c3a6f27d
commit
64f29e5be6
@ -1134,7 +1134,7 @@ function show_add_action(id_alert) {
|
|||||||
},
|
},
|
||||||
open: function() {
|
open: function() {
|
||||||
$(`#add_action-div-${id_alert}`).css('overflow', 'hidden');
|
$(`#add_action-div-${id_alert}`).css('overflow', 'hidden');
|
||||||
$("#action_select, #action_select").select2({
|
$("select[id^='action_select'], select[id^='action_select']").select2({
|
||||||
tags: true,
|
tags: true,
|
||||||
dropdownParent: $("#add_action-div-" + id_alert)
|
dropdownParent: $("#add_action-div-" + id_alert)
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user