Merge branch 'ent-9567-derivado-del-trabajo-q-a-765-formulario-para-modificar-alertas-debe-ser-ampliado-en-tamano' into 'develop'
Ent 9567 derivado del trabajo q a 765 formulario para modificar alertas debe ser ampliado en tamano See merge request artica/pandorafms!5787
This commit is contained in:
commit
cbd60b0c9e
|
@ -1311,10 +1311,10 @@ 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({
|
//$(`#action_select_ajax-${alert_id}`).select2({
|
||||||
tags: true,
|
// tags: true,
|
||||||
dropdownParent: $(`#update_action-div-${alert_id}`)
|
// dropdownParent: $(`#update_action-div-${alert_id}`)
|
||||||
});
|
//});
|
||||||
},
|
},
|
||||||
width: 600,
|
width: 600,
|
||||||
height: 350
|
height: 350
|
||||||
|
|
Loading…
Reference in New Issue