MNNL#51439 Draaitabel werkt weer als de mode=list URL direct wordt aangeroepen

svn path=/Website/branches/v2017.2/; revision=36351
This commit is contained in:
2017-12-13 11:20:57 +00:00
parent 63b226bf5c
commit 0d98b2052a

View File

@@ -301,9 +301,9 @@ function report_GET(params)
{
// Als parameters niet in de url zijn meegegeven is waarschijnlijk rechtstreeks de list
// aangeroepen. Pak dan de geconfigureerde defaults
def(params.filter, "scf_pivot", (this.list.autoPivot & 2)?2:0);
def(params.filter, "scf_graph", (this.list.autoGraph & 2) == 2?"on":"");
def(params.filter, "scf_cond", (this.list.autoCond & 2) == 2?"on":"");
def(params.filter, "scf_pivot", (this.list.autoPivot & 2) ? 1 : 0);
def(params.filter, "scf_graph", (this.list.autoGraph & 2) == 2 ? "on" : "");
def(params.filter, "scf_cond", (this.list.autoCond & 2) == 2 ? "on" : "");
if (!params.columns)
{