NYBU#34340 Weergave Campuslijst

svn path=/Website/trunk/; revision=27245
This commit is contained in:
Erik Groener
2015-12-03 08:59:27 +00:00
parent a2ddfdd9df
commit b9254009d9
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,8 @@
filter: {
"styling" : 16, // Alleen de mobiele
"ismobile": true,
"showall" : 1
"showall": (getQParamInt("showall", 0) == 1),
"nolimit": (getQParamInt("showall", 0) == 1) // Doe niets met de waarden qp_maxrows_xxx in model_reports.report_GET()
}
};

View File

@@ -130,7 +130,7 @@ function scaffolding_m_list(model, scf_params)
subheaderColumn: scf_params.list.columns.length > 2?fnSubheader:null,
//groupColumn: "gebouw",
linkColumn: scf_params.list.fncolLink||(default_url?fncolLink:null),
showAll: true, // anders op 30 afgekapt
showAll: showall, // anders op 30 afgekapt
outputmode: outputmode,
buttons: buttons
});