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:
Daniel Rodriguez 2022-01-05 14:05:12 +00:00
commit a7f4d56ca0
1 changed files with 1 additions and 1 deletions

View File

@ -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)
});