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

#1060647 Favorites: Viewtemplate Person

parent e628b9d7
No related branches found
No related tags found
No related merge requests found
......@@ -1266,6 +1266,10 @@
</entityParameter>
</children>
</entityProvider>
<entityField>
<name>OBJECTTYPE</name>
<valueProcess>%aditoprj%/entity/Person_entity/entityfields/objecttype/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
......
import("system.result")
result.string("Person");
\ No newline at end of file
......@@ -24,6 +24,7 @@
<objectType>OBJECTTYPE</objectType>
<rowId>#UID</rowId>
<entityField>#ENTITY</entityField>
<title>favorites</title>
<devices>
<element>MOBILE</element>
<element>TABLET</element>
......
......@@ -19,6 +19,18 @@
<entityField>#ENTITY</entityField>
<informationField>COMMRESTRICTIONS_ACTIVE</informationField>
</cardViewTemplate>
<favoriteViewTemplate>
<name>Favorites</name>
<objectType>OBJECTTYPE</objectType>
<rowId>#UID</rowId>
<entityField>#ENTITY</entityField>
<title>favorites</title>
<devices>
<element>MOBILE</element>
<element>TABLET</element>
<element>DESKTOP</element>
</devices>
</favoriteViewTemplate>
<neonViewReference>
<name>5a1b7683-2fec-4763-9b45-e4c7a18d70fd</name>
<entityField>Communications</entityField>
......
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