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

#1060652 Favorites: Columnnames

parent b759aaac
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@
</entityField>
<entityField>
<name>OBJECT_TYPE</name>
<titleProcess>%aditoprj%/entity/Favorite_entity/entityfields/object_type/titleProcess.js</titleProcess>
<displayValueProcess>%aditoprj%/entity/Favorite_entity/entityfields/object_type/displayValueProcess.js</displayValueProcess>
</entityField>
<entityField>
......@@ -34,18 +35,21 @@
</entityField>
<entityField>
<name>GROUP_TITLE</name>
<titleProcess>%aditoprj%/entity/Favorite_entity/entityfields/group_title/titleProcess.js</titleProcess>
</entityField>
<entityField>
<name>GROUP_TYPE</name>
</entityField>
<entityField>
<name>TITLE</name>
<title></title>
<titleProcess>%aditoprj%/entity/Favorite_entity/entityfields/title/titleProcess.js</titleProcess>
<valueProcess>%aditoprj%/entity/Favorite_entity/entityfields/title/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>PICTURE</name>
<title>favos</title>
<contentType>IMAGE</contentType>
<titleProcess>%aditoprj%/entity/Favorite_entity/entityfields/picture/titleProcess.js</titleProcess>
</entityField>
</entityFields>
<recordContainers>
......
import("system.result");
import("system.translate");
result.string(translate.text("Group name"));
\ No newline at end of file
import("system.result");
import("system.translate");
result.string(translate.text("Object type"));
\ No newline at end of file
import("system.result");
import("system.translate");
result.string(translate.text("Picture"));
\ No newline at end of file
import("system.result");
import("system.translate");
result.string(translate.text("Name"));
\ No newline at end of file
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