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

Merge branch 'feature/task-revamp' into develop-next

Conflicts:
	include/class.thread_actions.php
parents 3d2f28fd 7419ffa6
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,7 @@ class TEA_EditThreadEntry extends ThreadEntryAction { ...@@ -135,7 +135,7 @@ class TEA_EditThreadEntry extends ThreadEntryAction {
&& $T->getDept()->getManagerId() == $thisstaff->getId() && $T->getDept()->getManagerId() == $thisstaff->getId()
) )
|| ($T instanceof Ticket || ($T instanceof Ticket
&& ($role = $T->getRole($thisstaff)) && ($role = $thisstaff->getRole($T->getDeptId(), $T->isAssigned($thisstaff)))
&& $role->hasPerm(ThreadEntry::PERM_EDIT) && $role->hasPerm(ThreadEntry::PERM_EDIT)
) )
); );
......
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