Merge branch 'ent-8378-11882-buscador-de-acciones-no-funciona-2' into 'develop'
Fix select2 action search on alert list See merge request artica/pandorafms!4610
This commit is contained in:
commit
a7f4d56ca0
|
@ -1134,7 +1134,7 @@ function show_add_action(id_alert) {
|
|||
},
|
||||
open: function() {
|
||||
$(`#add_action-div-${id_alert}`).css('overflow', 'hidden');
|
||||
$("#action_select, #action_select").select2({
|
||||
$("select[id^='action_select'], select[id^='action_select']").select2({
|
||||
tags: true,
|
||||
dropdownParent: $("#add_action-div-" + id_alert)
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue