mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 19:18:44 +02:00
N°3801 - Some queries not loaded in KPI with new datatable mode
This commit is contained in:
@@ -35,8 +35,7 @@ try
|
|||||||
$operation = utils::ReadParam('operation', '');
|
$operation = utils::ReadParam('operation', '');
|
||||||
|
|
||||||
// Only allow export functions to portal users
|
// Only allow export functions to portal users
|
||||||
switch ($operation)
|
switch ($operation) {
|
||||||
{
|
|
||||||
case 'export_build_portal':
|
case 'export_build_portal':
|
||||||
case 'export_cancel':
|
case 'export_cancel':
|
||||||
case 'export_download':
|
case 'export_download':
|
||||||
@@ -2807,3 +2806,4 @@ EOF
|
|||||||
echo htmlentities($e->GetMessage(), ENT_QUOTES, 'utf-8');
|
echo htmlentities($e->GetMessage(), ENT_QUOTES, 'utf-8');
|
||||||
IssueLog::Error($e->getMessage()."\nDebug trace:\n".$e->getTraceAsString());
|
IssueLog::Error($e->getMessage()."\nDebug trace:\n".$e->getTraceAsString());
|
||||||
}
|
}
|
||||||
|
ExecutionKPI::ReportStats();
|
||||||
|
|||||||
Reference in New Issue
Block a user