Skip to content
Snippets Groups Projects
Commit d2c3179c authored by S.Listl's avatar S.Listl
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1035483][Bei der Neuanlage eines...

[Projekt: Entwicklung - Neon][TicketNr.: 1035483][Bei der Neuanlage eines Datensatzes, welcher Attribute nutzt möchte ich diese direkt eingeben können]
parent 1f6eb7ff
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@
<name>AttributeChildren</name>
<title>Attributes</title>
<fieldType>DEPENDENCY_OUT</fieldType>
<stateProcess>%aditoprj%/entity/Attribute_entity/entityfields/attributechildren/stateProcess.js</stateProcess>
<dependency>
<name>dependency</name>
<entityName>Attribute_entity</entityName>
......
import("system.neon");
import("system.result");
import("system.vars");
import("Attribute_lib");
var type = vars.get("$field.ATTRIBUTE_TYPE").trim();
if (type == $AttributeTypes.GROUP || type == $AttributeTypes.COMBO)
result.string(neon.COMPONENTSTATE_EDITABLE);
else
result.string(neon.COMPONENTSTATE_INVISIBLE);
\ No newline at end of file
......@@ -47,5 +47,10 @@
<entityField>Links</entityField>
<view>ActivityLinkMultiEdit_view</view>
</neonViewReference>
<neonViewReference>
<name>7fcf9c09-189a-47b7-a171-9975676ed704</name>
<entityField>Attributes</entityField>
<view>AttributeRelationEdit_view</view>
</neonViewReference>
</children>
</neonView>
......@@ -51,5 +51,10 @@
</entityFieldLink>
</fields>
</genericViewTemplate>
<neonViewReference>
<name>49eafd04-4d72-4a11-8818-97407e0fe154</name>
<entityField>Attributes</entityField>
<view>AttributeRelationEdit_view</view>
</neonViewReference>
</children>
</neonView>
......@@ -56,5 +56,10 @@
<entityField>EmployeeRoles</entityField>
<view>EmployeeRoleEdit_view</view>
</neonViewReference>
<neonViewReference>
<name>07e77840-e140-4ba0-ac09-d8e10e7d88a2</name>
<entityField>Attributes</entityField>
<view>AttributeRelationEdit_view</view>
</neonViewReference>
</children>
</neonView>
......@@ -59,5 +59,10 @@
</entityFieldLink>
</fields>
</genericViewTemplate>
<neonViewReference>
<name>34659538-e8a5-4f76-9710-a322548885ef</name>
<entityField>Attributes</entityField>
<view>AttributeRelationEdit_view</view>
</neonViewReference>
</children>
</neonView>
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