Skip to content
Snippets Groups Projects
Commit 503451bd authored by Simon Leipold's avatar Simon Leipold
Browse files

display value for field 'ROLE' fixed

parent 755a60fa
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ var role = "";
if (vars.exists("$param.RoleTitle_param") && recordstate == neon.OPERATINGSTATE_NEW) {
role = vars.get("$param.RoleTitle_param");
} else {
role = PermissionUtil.resolveRoleName(vars.get("$this.value"));
role = vars.get("$this.value"); // this.value is already role title - role name gets converted to role title in contentProcess
}
result.string(role);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment