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

fix #1047145: Made TaskLink fields mandatory (just like in ActivityLink)

parent edd960ed
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
<name>OBJECT_TYPE</name>
<title>{$OBJECTLINK_TYPE}</title>
<consumer>Contexts</consumer>
<mandatory v="true" />
<displayValueProcess>%aditoprj%/entity/TaskLink_entity/entityfields/object_type/displayValueProcess.js</displayValueProcess>
</entityField>
<entityField>
......@@ -29,6 +30,7 @@
<title>{$OBJECTLINK_OBJECT}</title>
<consumer>Objects</consumer>
<linkedContextProcess>%aditoprj%/entity/TaskLink_entity/entityfields/object_rowid/linkedContextProcess.js</linkedContextProcess>
<mandatory v="true" />
<displayValueProcess>%aditoprj%/entity/TaskLink_entity/entityfields/object_rowid/displayValueProcess.js</displayValueProcess>
</entityField>
<entityProvider>
......
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