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

[Projekt: Entwicklung - Neon][TicketNr.: 1032324][Darstellung von AttributRelations]

parent b79e2155
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
<title>Attribute</title> <title>Attribute</title>
<mandatory v="true" /> <mandatory v="true" />
<possibleItemsProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/ab_attribute_id/possibleItemsProcess.js</possibleItemsProcess> <possibleItemsProcess>%aditoprj%/entity/AttributeRelation_entity/entityfields/ab_attribute_id/possibleItemsProcess.js</possibleItemsProcess>
<groupable v="true" />
<onValueChange>%aditoprj%/entity/AttributeRelation_entity/entityfields/ab_attribute_id/onValueChange.js</onValueChange> <onValueChange>%aditoprj%/entity/AttributeRelation_entity/entityfields/ab_attribute_id/onValueChange.js</onValueChange>
</entityField> </entityField>
<entityField> <entityField>
......
...@@ -3,10 +3,11 @@ ...@@ -3,10 +3,11 @@
<name>AttributeRelationFilter_view</name> <name>AttributeRelationFilter_view</name>
<title>Attributes</title> <title>Attributes</title>
<majorModelMode>DISTRIBUTED</majorModelMode> <majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="true" />
<layout> <layout>
<boxLayout> <groupLayout>
<name>layout</name> <name>layout</name>
</boxLayout> </groupLayout>
</layout> </layout>
<children> <children>
<tableViewTemplate> <tableViewTemplate>
...@@ -24,5 +25,10 @@ ...@@ -24,5 +25,10 @@
</neonTableColumn> </neonTableColumn>
</columns> </columns>
</tableViewTemplate> </tableViewTemplate>
<treetableViewTemplate>
<name>Tree</name>
<titleField>ATTRIBUTERELATION_VALUE</titleField>
<entityField>#ENTITY</entityField>
</treetableViewTemplate>
</children> </children>
</neonView> </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