Skip to content
Snippets Groups Projects
Commit 410af9d0 authored by a.schindlbeck's avatar a.schindlbeck
Browse files

#1060647 Favorites: viewtemplate change for Org, Pers

parent 30c0fd40
No related branches found
No related tags found
Loading
...@@ -1103,8 +1103,8 @@ ...@@ -1103,8 +1103,8 @@
<iconId>NEON:TACKED</iconId> <iconId>NEON:TACKED</iconId>
</entityActionField> </entityActionField>
<entityField> <entityField>
<name>OBJECTTYPE</name> <name>ORGANISATION_OBJECTTYPE</name>
<valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/objecttype/valueProcess.js</valueProcess> <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/organisation_objecttype/valueProcess.js</valueProcess>
</entityField> </entityField>
</entityFields> </entityFields>
<recordContainers> <recordContainers>
......
...@@ -1267,8 +1267,8 @@ ...@@ -1267,8 +1267,8 @@
</children> </children>
</entityProvider> </entityProvider>
<entityField> <entityField>
<name>OBJECTTYPE</name> <name>PERSON_OBJECTTYPE</name>
<valueProcess>%aditoprj%/entity/Person_entity/entityfields/objecttype/valueProcess.js</valueProcess> <valueProcess>%aditoprj%/entity/Person_entity/entityfields/person_objecttype/valueProcess.js</valueProcess>
</entityField> </entityField>
</entityFields> </entityFields>
<recordContainers> <recordContainers>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</cardViewTemplate> </cardViewTemplate>
<favoriteViewTemplate> <favoriteViewTemplate>
<name>Favorite</name> <name>Favorite</name>
<objectType>OBJECTTYPE</objectType> <objectType>ORGANISATION_OBJECTTYPE</objectType>
<rowId>#UID</rowId> <rowId>#UID</rowId>
<entityField>#ENTITY</entityField> <entityField>#ENTITY</entityField>
<title>favorites</title> <title>favorites</title>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</cardViewTemplate> </cardViewTemplate>
<favoriteViewTemplate> <favoriteViewTemplate>
<name>Favorites</name> <name>Favorites</name>
<objectType>OBJECTTYPE</objectType> <objectType>PERSON_OBJECTTYPE</objectType>
<rowId>#UID</rowId> <rowId>#UID</rowId>
<entityField>#ENTITY</entityField> <entityField>#ENTITY</entityField>
<title>favorites</title> <title>favorites</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