Merge branch '25-edicion-de-timethreshold-en-accion-de-alerta-integria-4372' into 'develop'
Timethreshold_alert_edition_fix - 2 / Load fields fired in popup - #25 See merge request !105
This commit is contained in:
commit
06a0b3b885
|
@ -119,7 +119,7 @@ if ($show_update_action_menu) {
|
|||
$id_action = (int) get_parameter ('id_action');
|
||||
|
||||
$actions = alerts_get_alert_agent_module_actions ($id_alert);
|
||||
$action_opction = db_get_row ('talert_template_module_actions', 'id', $id_alert);
|
||||
$action_opction = db_get_row ('talert_template_module_actions', 'id_alert_template_module', $id_alert);
|
||||
|
||||
$data .= '<form id="update_action-'.$alert['id'] . '" method="post">';
|
||||
$data .= '<table class="databox_color" style="width:100%">';
|
||||
|
|
Loading…
Reference in New Issue