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

Merge remote-tracking branch 'aa/issue/ticket-preview-collabs' into features_prs/develop-next

* aa/issue/ticket-preview-collabs:
  fix manage collabs for ticket preview contd
  fix manage collabs popup from ticket preview
parents ecfd8def 30de43d0
No related branches found
No related tags found
No related merge requests found
......@@ -174,8 +174,8 @@ echo '</div>'; // ticket preview content.
<br>
<?php
echo sprintf('<span><a class="collaborators"
href="#tickets/%d/collaborators">%s</a></span>',
$ticket->getId(),
href="#thread/%d/collaborators">%s</a></span>',
$thread->getId(),
$thread && $thread->getNumCollaborators()
? __('Manage Collaborators') : __('Add Collaborator')
);
......
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