Skip to content
Snippets Groups Projects
Commit b0ee9347 authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

Bugfix Member_entity

parent a8a1d87b
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import("system.neon");
import("Keyword_lib");
import("KeywordRegistry_basic");
var role = vars.get("$field.ROLE");
var role = vars.get("$field.MEMBERROLE");
var isIntern = false, icon;
if(role)
......
......@@ -3,4 +3,4 @@ import("system.vars");
import("Keyword_lib");
import("KeywordRegistry_basic");
result.string(KeywordUtils.getViewValue($KeywordRegistry.MemberRole(), vars.get("$field.ROLE")));
result.string(KeywordUtils.getViewValue($KeywordRegistry.MemberRole(), vars.get("$field.MEMBERROLE")));
......@@ -2,5 +2,5 @@ import("system.result");
import("Keyword_lib");
import("KeywordRegistry_basic");
var sql = KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.MemberRole(), "OBJECTMEMBER.ROLE");
var sql = KeywordUtils.getResolvedTitleSqlPart($KeywordRegistry.MemberRole(), "OBJECTMEMBER.MEMBERROLE");
result.string(sql);
\ 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