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

#1060647 Favorites: all Contexts favorable

parent 410af9d0
No related branches found
No related tags found
No related merge requests found
Showing
with 96 additions and 3 deletions
......@@ -517,6 +517,10 @@
</entityParameter>
</children>
</entityConsumer>
<entityField>
<name>CAMPAIGN_OBEJCTTYPE</name>
<valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/campaign_obejcttype/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
......
import("system.result");
result.string("Campaign");
\ No newline at end of file
......@@ -339,6 +339,10 @@
<name>ComingFrom_param</name>
<expose v="true" />
</entityParameter>
<entityField>
<name>DOCUMENTTEMPLATE_OBJECTTYPE</name>
<valueProcess>%aditoprj%/entity/DocumentTemplate_entity/entityfields/documenttemplate_objecttype/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
......
import("system.result");
result.string("DocumentTemplate");
\ No newline at end of file
......@@ -378,6 +378,10 @@
<element>MASK</element>
</onValueChangeTypes>
</entityField>
<entityField>
<name>EMPLOYEE_OBJECTTYPE</name>
<valueProcess>%aditoprj%/entity/Employee_entity/entityfields/employee_objecttype/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<recordContainers>
<jDitoRecordContainer>
......
import("system.result");
result.string("Employee");
\ No newline at end of file
......@@ -140,6 +140,10 @@
<dropDownProcess>%aditoprj%/entity/ExportTemplate_entity/entityfields/fielddelimiter/dropDownProcess.js</dropDownProcess>
<textInputAllowed v="true" />
</entityField>
<entityField>
<name>EXPORTTEMPLATE_OBJECTTYPE</name>
<valueProcess>%aditoprj%/entity/ExportTemplate_entity/entityfields/exporttemplate_objecttype/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
......
import("system.result");
result.string("ExportTemplate");
\ No newline at end of file
......@@ -313,6 +313,10 @@
<state>INVISIBLE</state>
<stateProcess>%aditoprj%/entity/Leadimport_entity/entityfields/leadimportreset/stateProcess.js</stateProcess>
</entityActionField>
<entityField>
<name>LEADIMPORT_OBJECTTYPE</name>
<valueProcess>%aditoprj%/entity/Leadimport_entity/entityfields/leadimport_objecttype/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
......
import("system.result");
result.string("Leadimport");
\ No newline at end of file
......@@ -395,6 +395,10 @@
<name>RowId_param</name>
<expose v="true" />
</entityParameter>
<entityField>
<name>SUPPORTTICKET_OBJECTTYPE</name>
<valueProcess>%aditoprj%/entity/SupportTicket_entity/entityfields/supportticket_objecttype/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
......@@ -483,9 +487,6 @@
<name>TASK_REQUESTOR_CONTACT_ID.displayValue</name>
<expression>%aditoprj%/entity/SupportTicket_entity/recordcontainers/db/recordfieldmappings/task_requestor_contact_id.displayvalue/expression.js</expression>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>TASK_PRIORITY.displayValue</name>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>TASK_PROGRESS.value</name>
<recordfield>TASK.PROGRESS</recordfield>
......
import("system.result");
result.string("SupportTicket");
\ No newline at end of file
......@@ -214,6 +214,10 @@
<iconId>VAADIN:EDIT</iconId>
<tooltip>Edit workflow</tooltip>
</entityActionField>
<entityField>
<name>WORKFLOWDEFINITION_OBJECTTYPE</name>
<valueProcess>%aditoprj%/entity/WorkflowDefinition_entity/entityfields/workflowdefinition_objecttype/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<recordContainers>
<jDitoRecordContainer>
......
import("system.result");
result.string("WorkflowDefinition");
\ No newline at end of file
......@@ -22,6 +22,13 @@
<entityField>#ENTITY</entityField>
<title></title>
</cardViewTemplate>
<favoriteViewTemplate>
<name>Favorites</name>
<objectType>CAMPAIGN_OBEJCTTYPE</objectType>
<rowId>#UID</rowId>
<entityField>#ENTITY</entityField>
<title>favorites</title>
</favoriteViewTemplate>
<genericViewTemplate>
<name>TimespanGeneric</name>
<showDrawer v="true" />
......
......@@ -18,6 +18,13 @@
<entityField>#ENTITY</entityField>
<title>Document Template</title>
</cardViewTemplate>
<favoriteViewTemplate>
<name>Favorites</name>
<objectType>DOCUMENTTEMPLATE_OBJECTTYPE</objectType>
<rowId>#UID</rowId>
<entityField>#ENTITY</entityField>
<title>favorties</title>
</favoriteViewTemplate>
<neonViewReference>
<name>0da2cc6b-86c9-4455-b5b2-edc54b30e793</name>
<entityField>Documents</entityField>
......
......@@ -16,6 +16,13 @@
<subtitleField>TITLE</subtitleField>
<entityField>#ENTITY</entityField>
</cardViewTemplate>
<favoriteViewTemplate>
<name>Favorite</name>
<objectType>EMPLOYEE_OBJECTTYPE</objectType>
<rowId>SHORT_UID</rowId>
<entityField>#ENTITY</entityField>
<title>favorite</title>
</favoriteViewTemplate>
<genericViewTemplate>
<name>Info</name>
<showDrawer v="true" />
......
......@@ -15,6 +15,13 @@
<subtitleField>ISOLANGUAGE</subtitleField>
<entityField>#ENTITY</entityField>
</cardViewTemplate>
<favoriteViewTemplate>
<name>Favorites</name>
<objectType>EXPORTTEMPLATE_OBJECTTYPE</objectType>
<rowId>#UID</rowId>
<entityField>#ENTITY</entityField>
<title>favorites</title>
</favoriteViewTemplate>
<genericViewTemplate>
<name>generic</name>
<entityField>#ENTITY</entityField>
......
......@@ -18,6 +18,18 @@
<entityField>#ENTITY</entityField>
<informationField>SENTENCESEPERATOR</informationField>
</cardViewTemplate>
<favoriteViewTemplate>
<name>Favorites</name>
<objectType>LEADIMPORT_OBJECTTYPE</objectType>
<rowId>#UID</rowId>
<entityField>#ENTITY</entityField>
<title>favorites</title>
<devices>
<element>MOBILE</element>
<element>TABLET</element>
<element>DESKTOP</element>
</devices>
</favoriteViewTemplate>
<genericViewTemplate>
<name>info</name>
<editMode v="false" />
......
......@@ -17,6 +17,13 @@
<favoriteAction1>newActivity</favoriteAction1>
<entityField>#ENTITY</entityField>
</cardViewTemplate>
<favoriteViewTemplate>
<name>Favorites</name>
<objectType>SUPPORTTICKET_OBJECTTYPE</objectType>
<rowId>#UID</rowId>
<entityField>#ENTITY</entityField>
<title>favorites</title>
</favoriteViewTemplate>
<genericViewTemplate>
<name>Info</name>
<showDrawer v="true" />
......
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