FSN#31698 Rapportgenerator scaffolding aanscherping

svn path=/Website/trunk/; revision=24455
This commit is contained in:
Jos Groot Lipman
2015-03-16 10:55:03 +00:00
parent d0cc514556
commit fc57d2f253
5 changed files with 10 additions and 19 deletions

View File

@@ -37,7 +37,7 @@ function model_reportsx(usrrap_key, params)
"urllink" : { dbs: "fac_usrrap_urllink", typ: "varchar", label: L("lcl_usrrap_urllink")},
"autorefresh" : { dbs: "fac_usrrap_autorefresh", typ: "check", label: L("lcl_usrrap_autorefresh")}
};
this.list = { columns: ["id", "name", "viewname", "description"] };
this.list = { columns: ["id", "name", "description"] };
this.search = { autosearch: true };
this.includes = {"columns": { model: model_reportcolumns,