Skip to content
Snippets Groups Projects
Commit 0c63f14d authored by Dominik Lechner's avatar Dominik Lechner
Browse files

Merge branch 'master' of gitlab.adito.de:xrm/basic

parents 939791cd 6585b3ff
No related branches found
No related tags found
No related merge requests found
...@@ -5,5 +5,5 @@ import("system.neon"); ...@@ -5,5 +5,5 @@ import("system.neon");
if(vars.get("$field.ACCESSTYPE") == "E") { if(vars.get("$field.ACCESSTYPE") == "E") {
result.string(neon.COMPONENTSTATE_DISABLED); result.string(neon.COMPONENTSTATE_DISABLED);
} else { } else {
result.string(neon.COMPONENTSTATE_AUTO); result.string(neon.COMPONENTSTATE_EDITABLE);
} }
\ 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