Skip to content
Snippets Groups Projects
Commit 6c1e759c authored by Jared Hancock's avatar Jared Hancock
Browse files

Merge pull request #799 from protich/issue/change-owner


Show more drop down for users with edit permission

Reviewed-By: default avatarJared Hancock <jared@osticket.com>
parents 93152f78 121040ec
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