FSN#36112 Workflowschermen nieuwe stijl

svn path=/Website/trunk/; revision=29005
This commit is contained in:
Jos Groot Lipman
2016-04-18 19:50:02 +00:00
parent 2025158fba
commit 09eb42bc57
4 changed files with 149 additions and 1 deletions

View File

@@ -51,7 +51,10 @@ function scaffolding(model, scf_params)
var imodel = getQParam("model", ""); // include model
if (model.includes && imodel in model.includes)
{
scf_params = {}; // settings gelden alleen op het hoofdmodel?
if ("included" in scf_params)
scf_params = scf_params.included[imodel] || {}
else
scf_params = {}; // settings gelden alleen op het hoofdmodel?
scf_params.orgmodel = model;
scf_params.incsetting = model.includes[imodel];
// scf_params.incsetting.joinfield zal nu ook altijd in de url voorkomen