Skip to content
Snippets Groups Projects
Commit 121040ec authored by Peter Rotich's avatar Peter Rotich
Browse files

Show more dropdown for users with edit permission

Users with edit permission should be able to change ticket owner in line.
parent 93152f78
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,9 @@ if($ticket->isOverdue())
</td>
<td width="50%" class="right_align has_bottom_border">
<?php
if($thisstaff->canBanEmails() || ($dept && $dept->isManager($thisstaff))) { ?>
if ($thisstaff->canBanEmails()
|| $thisstaff->canEditTickets()
|| ($dept && $dept->isManager($thisstaff))) { ?>
<span class="action-button" data-dropdown="#action-dropdown-more">
<span ><i class="icon-cog"></i> More</span>
<i class="icon-caret-down"></i>
......
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