Skip to content
Snippets Groups Projects
Commit de9ce610 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Bugfix: COMMs in ORG are now correctly visible

parent 76669082
No related branches found
No related tags found
No related merge requests found
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
<name>Org_entity</name> <name>Org_entity</name>
<title>Company</title> <title>Company</title>
<majorModelMode>DISTRIBUTED</majorModelMode> <majorModelMode>DISTRIBUTED</majorModelMode>
<alias>Data_alias</alias>
<fromClauseProcess>%aditoprj%/entity/Org_entity/fromClauseProcess.js</fromClauseProcess>
<recordContainerType>DB</recordContainerType> <recordContainerType>DB</recordContainerType>
<caption>Company</caption> <caption>Company</caption>
<captionProcess>%aditoprj%/entity/Org_entity/captionProcess.js</captionProcess> <captionProcess>%aditoprj%/entity/Org_entity/captionProcess.js</captionProcess>
<iconId>VAADIN:BUILDING</iconId> <iconId>VAADIN:BUILDING</iconId>
<imageProcess>%aditoprj%/entity/Org_entity/imageProcess.js</imageProcess> <imageProcess>%aditoprj%/entity/Org_entity/imageProcess.js</imageProcess>
<alias>Data_alias</alias>
<fromClauseProcess>%aditoprj%/entity/Org_entity/fromClauseProcess.js</fromClauseProcess>
<entityFields> <entityFields>
<entityField> <entityField>
<name>CUSTOMERCODE</name> <name>CUSTOMERCODE</name>
...@@ -273,10 +273,12 @@ ...@@ -273,10 +273,12 @@
<entityParameter> <entityParameter>
<name>RelId_param</name> <name>RelId_param</name>
<code>%aditoprj%/entity/Org_entity/entityfields/orgcommemail_dfo/children/relid_param/code.js</code> <code>%aditoprj%/entity/Org_entity/entityfields/orgcommemail_dfo/children/relid_param/code.js</code>
<triggerRecalculation v="true" />
</entityParameter> </entityParameter>
<entityParameter> <entityParameter>
<name>MediumCategoriesFilter_param</name> <name>MediumCategoriesFilter_param</name>
<code>%aditoprj%/entity/Org_entity/entityfields/orgcommemail_dfo/children/mediumcategoriesfilter_param/code.js</code> <code>%aditoprj%/entity/Org_entity/entityfields/orgcommemail_dfo/children/mediumcategoriesfilter_param/code.js</code>
<triggerRecalculation v="true" />
</entityParameter> </entityParameter>
</children> </children>
</entityOutgoingField> </entityOutgoingField>
...@@ -293,10 +295,12 @@ ...@@ -293,10 +295,12 @@
<entityParameter> <entityParameter>
<name>RelId_param</name> <name>RelId_param</name>
<code>%aditoprj%/entity/Org_entity/entityfields/orgcommphone_dfo/children/relid_param/code.js</code> <code>%aditoprj%/entity/Org_entity/entityfields/orgcommphone_dfo/children/relid_param/code.js</code>
<triggerRecalculation v="true" />
</entityParameter> </entityParameter>
<entityParameter> <entityParameter>
<name>MediumCategoriesFilter_param</name> <name>MediumCategoriesFilter_param</name>
<code>%aditoprj%/entity/Org_entity/entityfields/orgcommphone_dfo/children/mediumcategoriesfilter_param/code.js</code> <code>%aditoprj%/entity/Org_entity/entityfields/orgcommphone_dfo/children/mediumcategoriesfilter_param/code.js</code>
<triggerRecalculation v="true" />
</entityParameter> </entityParameter>
</children> </children>
</entityOutgoingField> </entityOutgoingField>
...@@ -313,10 +317,12 @@ ...@@ -313,10 +317,12 @@
<entityParameter> <entityParameter>
<name>RelId_param</name> <name>RelId_param</name>
<code>%aditoprj%/entity/Org_entity/entityfields/orgcommothers_dfo/children/relid_param/code.js</code> <code>%aditoprj%/entity/Org_entity/entityfields/orgcommothers_dfo/children/relid_param/code.js</code>
<triggerRecalculation v="true" />
</entityParameter> </entityParameter>
<entityParameter> <entityParameter>
<name>MediumCategoriesFilter_param</name> <name>MediumCategoriesFilter_param</name>
<code>%aditoprj%/entity/Org_entity/entityfields/orgcommothers_dfo/children/mediumcategoriesfilter_param/code.js</code> <code>%aditoprj%/entity/Org_entity/entityfields/orgcommothers_dfo/children/mediumcategoriesfilter_param/code.js</code>
<triggerRecalculation v="true" />
</entityParameter> </entityParameter>
</children> </children>
</entityOutgoingField> </entityOutgoingField>
......
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