mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Statistik Load TimeLimit auf 600 gesetzt
Default Parameter bei Statistik aktualisiert
This commit is contained in:
@@ -512,7 +512,7 @@ class statistik extends basis_db
|
||||
$this->csv='';
|
||||
$this->json=array();
|
||||
$this->countRows=0;
|
||||
set_time_limit(120);
|
||||
set_time_limit(600);
|
||||
|
||||
if($this->sql!='')
|
||||
{
|
||||
|
||||
@@ -161,11 +161,30 @@ if(!$rechte->isBerechtigt('basis/statistik', null, 'suid'))
|
||||
$statistik->preferences = <<<EOT
|
||||
// Folgendes Objekt wird als "options"-Parameter an den Pivottable übergeben:
|
||||
{
|
||||
rows: [],
|
||||
cols: [],
|
||||
rendererName: "Table",
|
||||
aggregatorName: "Count",
|
||||
vals: []
|
||||
rows: [],
|
||||
vals: [],
|
||||
showUI: true,
|
||||
colOrder: "key_a_to_z",
|
||||
rowOrder: "key_a_to_z",
|
||||
menuLimit: 500,
|
||||
exclusions: {},
|
||||
inclusions: {},
|
||||
rendererName: "Tabelle",
|
||||
aggregatorName: "Anzahl",
|
||||
inclusionsInfo: {},
|
||||
hiddenAttributes: [],
|
||||
derivedAttributes: {},
|
||||
hiddenFromDragDrop: [],
|
||||
autoSortUnusedAttrs: false,
|
||||
aggregators: {},
|
||||
unusedAttrsVertical: true,
|
||||
hiddenFromAggregators: [],
|
||||
sorters: {},
|
||||
parseHTML: false,
|
||||
hideTotals: false,
|
||||
showLinecount: true,
|
||||
showEmailButton: false
|
||||
}
|
||||
EOT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user