Skip to content
Snippets Groups Projects
Commit 8a79dca0 authored by Andreas Schindlbeck's avatar Andreas Schindlbeck
Browse files

AppointmentLink improvements

parent 209cc867
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@
<entityParameter>
<name>ObjectType_param</name>
<valueProcess>%aditoprj%/entity/AppointmentLink_entity/entityfields/objects/children/objecttype_param/valueProcess.js</valueProcess>
<triggerRecalculation v="true" />
</entityParameter>
</children>
</entityConsumer>
......
......@@ -160,37 +160,6 @@
</entityParameter>
</children>
</entityConsumer>
<entityConsumer>
<name>Contexts</name>
<fieldType>DEPENDENCY_OUT</fieldType>
<dependency>
<name>dependency</name>
<entityName>Context_entity</entityName>
<fieldName>Context</fieldName>
</dependency>
<children>
<entityParameter>
<name>ContextId_param</name>
<valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/contexts/children/contextid_param/valueProcess.js</valueProcess>
<documentation>%aditoprj%/entity/Appointment_entity/entityfields/contexts/children/contextid_param/documentation.adoc</documentation>
</entityParameter>
</children>
</entityConsumer>
<entityConsumer>
<name>Objects</name>
<fieldType>DEPENDENCY_OUT</fieldType>
<dependency>
<name>dependency</name>
<entityName>Object_entity</entityName>
<fieldName>#PROVIDER</fieldName>
</dependency>
<children>
<entityParameter>
<name>ObjectType_param</name>
<valueProcess>%aditoprj%/entity/Appointment_entity/entityfields/objects/children/objecttype_param/valueProcess.js</valueProcess>
</entityParameter>
</children>
</entityConsumer>
</entityFields>
<recordContainers>
<jDitoRecordContainer>
......
......@@ -12,6 +12,8 @@
<tableViewTemplate>
<name>Links</name>
<showHeader v="true" />
<isSaveable v="false" />
<isEditable v="true" />
<autoNewRow v="true" />
<entityField>#ENTITY</entityField>
<title>relations</title>
......
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