Merge branch 'ent-7542-11882-Buscador-de-acciones-no-funciona' into 'develop'

Ent 7542 11882 buscador de acciones no funciona

See merge request artica/pandorafms!4343
This commit is contained in:
Daniel Rodriguez 2021-08-17 07:09:26 +00:00
commit 44dcdb03bc
1 changed files with 12 additions and 0 deletions

View File

@ -1120,6 +1120,12 @@ function show_add_action(id_alert) {
opacity: 0.5,
background: "black"
},
open: function() {
$("#action_select, #action_select").select2({
tags: true,
dropdownParent: $("#add_action-div-" + id_alert)
});
},
width: 500,
height: 300
})
@ -1150,6 +1156,12 @@ function show_display_update_action(id_module_action, alert_id, alert_id_agent_m
opacity: 0.5,
background: "black"
},
open: function() {
$("#action_select_ajax, #action_select_ajax").select2({
tags: true,
dropdownParent: $("#update_action-div")
});
},
width: 500,
height: 300
})