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

[Projekt: Entwicklung - Neon][TicketNr.: 1053801][PermissionDetail: Table:...

[Projekt: Entwicklung - Neon][TicketNr.: 1053801][PermissionDetail: Table: Spalten werden nicht angezeigt]
parent 383099c8
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,8 @@
<name>ACTION</name>
<title>Action</title>
<mandatory v="false" />
<state>INVISIBLE</state>
<state>AUTO</state>
<stateProcess>%aditoprj%/entity/PermissionDetail_entity/entityfields/action/stateProcess.js</stateProcess>
</entityField>
<entityField>
<name>ROLE</name>
......
import("system.vars");
import("system.result");
import("system.neon");
if (vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW || vars.get("$sys.recordstate") == neon.OPERATINGSTATE_EDIT)
{
result.string(neon.COMPONENTSTATE_INVISIBLE);
}
else
{
result.string(neon.COMPONENTSTATE_AUTO);
}
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