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

display value for field 'ROLE' fixed

parent ab794666
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