Skip to content
Snippets Groups Projects
Commit dc9f4327 authored by aydreeihn's avatar aydreeihn
Browse files

Collaborator Thread Event for Web Portal:

This commit makes it so that Users are able to see all Thread Events that pertain to a Collaborator being added to the Ticket.
parent da0c41b9
No related branches found
No related tags found
No related merge requests found
......@@ -2220,7 +2220,7 @@ class CollaboratorEvent extends ThreadEvent {
}
$desc = sprintf($base, implode(', ', $collabs));
break;
case isset($data['add']) && $mode!=self::MODE_CLIENT:
case isset($data['add']):
$base = __('<b>{somebody}</b> added <strong>%s</strong> as collaborators {timestamp}');
$collabs = array();
if ($data['add']) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment