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:
Enrique Camargo 2017-02-01 19:22:03 +01:00
commit 06a0b3b885
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ if ($show_update_action_menu) {
$id_action = (int) get_parameter ('id_action'); $id_action = (int) get_parameter ('id_action');
$actions = alerts_get_alert_agent_module_actions ($id_alert); $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 .= '<form id="update_action-'.$alert['id'] . '" method="post">';
$data .= '<table class="databox_color" style="width:100%">'; $data .= '<table class="databox_color" style="width:100%">';