N°3801 - Some queries not loaded in KPI with new datatable mode

This commit is contained in:
acognet
2021-03-25 12:07:09 +01:00
parent 0ab2f03064
commit dc0006bd76

View File

@@ -35,8 +35,7 @@ try
$operation = utils::ReadParam('operation', '');
// Only allow export functions to portal users
switch ($operation)
{
switch ($operation) {
case 'export_build_portal':
case 'export_cancel':
case 'export_download':
@@ -2807,3 +2806,4 @@ EOF
echo htmlentities($e->GetMessage(), ENT_QUOTES, 'utf-8');
IssueLog::Error($e->getMessage()."\nDebug trace:\n".$e->getTraceAsString());
}
ExecutionKPI::ReportStats();