Merge branch '1157-No-se-guarda-token-Query-History-Database-en-informe-SQL-2' into 'develop'
Adapt historical_db checkbox for sql reports to sql templates - #1157 See merge request !693
This commit is contained in:
commit
e0e17fb4dd
|
@ -1124,8 +1124,8 @@ switch ($action) {
|
||||||
$values['treport_custom_sql_id'] = get_parameter('id_custom');
|
$values['treport_custom_sql_id'] = get_parameter('id_custom');
|
||||||
if ($values['treport_custom_sql_id'] == 0) {
|
if ($values['treport_custom_sql_id'] == 0) {
|
||||||
$values['external_source'] = get_parameter('sql');
|
$values['external_source'] = get_parameter('sql');
|
||||||
$values['historical_db'] = get_parameter('historical_db_check');
|
|
||||||
}
|
}
|
||||||
|
$values['historical_db'] = get_parameter('historical_db_check');
|
||||||
}
|
}
|
||||||
else if ($values['type'] == 'url') {
|
else if ($values['type'] == 'url') {
|
||||||
$values['external_source'] = get_parameter('url');
|
$values['external_source'] = get_parameter('url');
|
||||||
|
@ -1214,7 +1214,6 @@ switch ($action) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$resultOperationDB = db_process_sql_update(
|
$resultOperationDB = db_process_sql_update(
|
||||||
'treport_content',
|
'treport_content',
|
||||||
$values,
|
$values,
|
||||||
|
@ -1446,8 +1445,8 @@ switch ($action) {
|
||||||
$values['treport_custom_sql_id'] = get_parameter('id_custom');
|
$values['treport_custom_sql_id'] = get_parameter('id_custom');
|
||||||
if ($values['treport_custom_sql_id'] == 0) {
|
if ($values['treport_custom_sql_id'] == 0) {
|
||||||
$values['external_source'] = get_parameter('sql');
|
$values['external_source'] = get_parameter('sql');
|
||||||
$values['historical_db'] = get_parameter('historical_db_check');
|
|
||||||
}
|
}
|
||||||
|
$values['historical_db'] = get_parameter('historical_db_check');
|
||||||
}
|
}
|
||||||
elseif ($values['type'] == 'url') {
|
elseif ($values['type'] == 'url') {
|
||||||
$values['external_source'] = get_parameter('url');
|
$values['external_source'] = get_parameter('url');
|
||||||
|
|
Loading…
Reference in New Issue