Skip to content
Snippets Groups Projects
Commit 859e6743 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1065027][Verknüpfung Supportticket in...

[Projekt: Entwicklung - Neon][TicketNr.: 1065027][Verknüpfung Supportticket in Supportticket funktioniert nicht]
parent 39f11ecc
No related branches found
No related tags found
No related merge requests found
...@@ -275,6 +275,14 @@ ...@@ -275,6 +275,14 @@
<name>#PROVIDER_AGGREGATES</name> <name>#PROVIDER_AGGREGATES</name>
<useAggregates v="true" /> <useAggregates v="true" />
</entityProvider> </entityProvider>
<entityConsumer>
<name>SupportTickets</name>
<dependency>
<name>dependency</name>
<entityName>SupportTicket_entity</entityName>
<fieldName>#PROVIDER</fieldName>
</dependency>
</entityConsumer>
</entityFields> </entityFields>
<recordContainers> <recordContainers>
<jDitoRecordContainer> <jDitoRecordContainer>
......
...@@ -22,6 +22,12 @@ ...@@ -22,6 +22,12 @@
<fieldName>SupportTickets</fieldName> <fieldName>SupportTickets</fieldName>
<isConsumer v="false" /> <isConsumer v="false" />
</entityDependency> </entityDependency>
<entityDependency>
<name>3190ea51-a767-436f-af75-869b43d0c568</name>
<entityName>Object_entity</entityName>
<fieldName>SupportTickets</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies> </dependencies>
</entityProvider> </entityProvider>
<entityField> <entityField>
......
...@@ -147,6 +147,8 @@ ContextUtils.getContextConsumer = function(pContextId) ...@@ -147,6 +147,8 @@ ContextUtils.getContextConsumer = function(pContextId)
return "Leadimport"; return "Leadimport";
case ContextUtils.getContextName("Task"): case ContextUtils.getContextName("Task"):
return "Tasks"; return "Tasks";
case ContextUtils.getContextName("SupportTicket"):
return "SupportTickets";
case ContextUtils.getContextName("Activity"): case ContextUtils.getContextName("Activity"):
return "Activities"; return "Activities";
default: default:
......
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