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:
commit
8f4386f658
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue