KFHT#36660 Worflows via nieuwe interface worden meteen afgemeld

svn path=/Website/branches/v2016.1/; revision=29578
This commit is contained in:
Erik Groener
2016-05-31 10:20:05 +00:00
parent 524874666c
commit 0c5399909b

View File

@@ -94,6 +94,14 @@ function model_mld_workflowrule(mystart_key)
"dbs": "mld_workflowrule_condition",
"label": L("mld_workflowrule_condition"),
"typ": "memo"
},
"otherpath": {
"dbs": "mld_workflowrule_result",
"label": "Otherpath",
"typ": "number",
"required": true,
"hidden_fld": true,
"defaultvalue": 1
}
};
var prev_key = getQParamInt("prevstep", -1)