MNNL#54129 AiAi bij instellen van voorwaarde in een workflow stap
svn path=/Website/branches/v2018.1/; revision=38612
This commit is contained in:
@@ -249,7 +249,7 @@ function kenmerk_regel(kv_params)
|
||||
kv_params.props.label_colspan = 2;
|
||||
|
||||
if (kv_params.props.wfbuilder) // Workflow Expression Builder
|
||||
kvhtml += ("<td>:flex{0}</td>".format(kkey));
|
||||
kvhtml += ("<td>:flex{0}</td>".format(kv_params.kkey));
|
||||
|
||||
if (!kv_params.formobile && !kv_params.nolabel)
|
||||
kvhtml += ('\n <td class="label' + (kv_params.ktype == 'L' || kv_params.ktype == 'l'? ' flexlabel' : '')+ (kv_params.kenmerk_search? ' flexsearch' : '') + '"'
|
||||
|
||||
Reference in New Issue
Block a user