From 6cce94ae1a9ceaf059af9a869036292655ab53cf Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Mon, 9 Mar 2015 11:24:38 -0500 Subject: [PATCH] Add %{ticket.recipients} to template vars popout --- include/ajax.content.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ajax.content.php b/include/ajax.content.php index 5c8ae57dd..513311cd5 100644 --- a/include/ajax.content.php +++ b/include/ajax.content.php @@ -64,6 +64,7 @@ class ContentAjaxAPI extends AjaxController { <tr><td>%{ticket.create_date}</td><td>'.__('Date created').'</td></tr> <tr><td>%{ticket.due_date}</td><td>'.__('Due date').'</td></tr> <tr><td>%{ticket.close_date}</td><td>'.__('Date closed').'</td></tr> + <tr><td>%{ticket.recipients}</td><td>'.__('List of all recipient names').'</td></tr> <tr><td nowrap>%{recipient.ticket_link}</td><td>'.__('Auth. token used for auto-login').'<br/> '.__('Agent\'s ticket view link').'</td></tr> <tr><td colspan="2" style="padding:5px 0 5px 0;"><em><b>'.__('Expandable Variables').'</b></em></td></tr> -- GitLab