13215-Fix select2 into modal in Alerts actions
This commit is contained in:
parent
22c1e5a9ed
commit
22b53d2cb1
|
@ -1334,7 +1334,6 @@ function show_display_update_action(id_module_action, alert_id, alert_id_agent_m
|
||||||
open: function() {
|
open: function() {
|
||||||
$(`#update_action-div-${alert_id}`).css('overflow', 'hidden');
|
$(`#update_action-div-${alert_id}`).css('overflow', 'hidden');
|
||||||
$(`#update_action-div-${alert_id} select`).select2({
|
$(`#update_action-div-${alert_id} select`).select2({
|
||||||
tags: true,
|
|
||||||
dropdownParent: $(this).parent()
|
dropdownParent: $(this).parent()
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue