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() {
|
open: function() {
|
||||||
$(`#update_action-div-${alert_id}`).css('overflow', 'hidden');
|
$(`#update_action-div-${alert_id}`).css('overflow', 'hidden');
|
||||||
//$(`#action_select_ajax-${alert_id}`).select2({
|
$(`#update_action-div-${alert_id} select`).select2({
|
||||||
// tags: true,
|
dropdownParent: $(this).parent()
|
||||||
// dropdownParent: $(`#update_action-div-${alert_id}`)
|
});
|
||||||
//});
|
|
||||||
},
|
},
|
||||||
width: 600,
|
width: 600,
|
||||||
height: 350
|
height: 350
|
||||||
|
|
Loading…
Reference in New Issue