mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Merge branch 'ent-7629-Error-500-en-borrado-selectivo-de-items-de-informes' into 'develop'
Ent 7629 error 500 en borrado selectivo de items de informes See merge request artica/pandorafms!4175
This commit is contained in:
commit
ab3a7e9d2d
@ -451,6 +451,14 @@ switch ($action) {
|
|||||||
} else {
|
} else {
|
||||||
$resultOperationDB = false;
|
$resultOperationDB = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header(
|
||||||
|
sprintf(
|
||||||
|
'Location: %sindex.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=edit&id_report=%d',
|
||||||
|
$config['homeurl'],
|
||||||
|
$idReport
|
||||||
|
)
|
||||||
|
);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'delete_items_pos':
|
case 'delete_items_pos':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user