From aa0ed190ab64fa0a0fc74050f6969b1008939687 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Mon, 20 Jan 2014 11:33:15 -0600 Subject: [PATCH] Add group definition for ticket-activity-notice --- include/class.template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/class.template.php b/include/class.template.php index 020a5acc0..440719db4 100644 --- a/include/class.template.php +++ b/include/class.template.php @@ -52,6 +52,7 @@ class EmailTemplateGroup { 'name'=>'Response/Reply Template', 'desc'=>'Template used on ticket response/reply'), 'ticket.activity.notice'=>array( + 'group'=>'ticket.user', 'name'=>'New Activity Notice', 'desc'=>'Template used to notify collaborators on ticket activity (e.g CC on reply)'), 'ticket.alert'=>array( -- GitLab