Skip to content
Snippets Groups Projects
Commit 4886e78b authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

#1057314-RevertDelete Wiederherstellung 360° Ansicht Supportticket

parent f5c0f765
No related branches found
No related tags found
No related merge requests found
......@@ -582,9 +582,9 @@ ContextUtils.getSelectMap = function()
.setActiveStates([$KeywordRegistry.campaignState$planning(), $KeywordRegistry.campaignState$approved()])
,"CampaignStep" : ContextSelector.create("CAMPAIGNSTEP", "CAMPAIGNSTEPID", "NAME")
,"SupportTicket": ContextSelector.create("TICKET", "TICKETID", "TASK.SUBJECT")
.setJoinExpression("left join TASK on TASK.TASKID = TICKET.TASK_ID")
.setJoinExpression("left join TASK on TASK.TASKID = TICKET.TASK_ID left join TASKLINK on TASKLINK.TASK_ID = TASK.TASKID")
.setCondition(newWhere("TICKET.TICKETTYPE", $KeywordRegistry.ticketType$supportTicket()))
.setContactIdField("TASK.REQUESTOR_CONTACT_ID")
.setContactIdField("TASKLINK.OBJECT_ROWID")
.setStateField("TASK.STATUS")
.setActiveStates([
$KeywordRegistry.taskStatus$new(),
......
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