Merge branch 'ent-13215-17310-no-se-puede-escribir-en-el-cuadro-de-busqueda-de-accion-al-editar-una-accion-de-alerta' into 'develop'

Ent 13215 17310 no se puede escribir en el cuadro de busqueda de accion al editar una accion de alerta

See merge request artica/pandorafms!7121
This commit is contained in:
Juan Antonio Loarte 2024-04-03 14:20:16 +00:00
commit 8f4386f658
1 changed files with 3 additions and 4 deletions

View File

@ -1333,10 +1333,9 @@ function show_display_update_action(id_module_action, alert_id, alert_id_agent_m
},
open: function() {
$(`#update_action-div-${alert_id}`).css('overflow', 'hidden');
//$(`#action_select_ajax-${alert_id}`).select2({
// tags: true,
// dropdownParent: $(`#update_action-div-${alert_id}`)
//});
$(`#update_action-div-${alert_id} select`).select2({
dropdownParent: $(this).parent()
});
},
width: 600,
height: 350