[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-38-g35e9f5c
Alex Vandiver
alexmv at bestpractical.com
Thu Sep 30 15:24:56 EDT 2010
The branch, 3.9-trunk has been updated
via 35e9f5c85bfcd6ca20d7b961cb32f6ab03cfd68f (commit)
from 118e340fd3ec6d629e635127b666fe5175e4a92b (commit)
Summary of changes:
lib/RT/Queue_Overlay.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 35e9f5c85bfcd6ca20d7b961cb32f6ab03cfd68f
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Sep 30 15:28:10 2010 -0400
Owning tickets is staff-level, not admin-level
diff --git a/lib/RT/Queue_Overlay.pm b/lib/RT/Queue_Overlay.pm
index d2d962d..7fc59f3 100755
--- a/lib/RT/Queue_Overlay.pm
+++ b/lib/RT/Queue_Overlay.pm
@@ -139,7 +139,7 @@ our $RIGHT_CATEGORIES = {
CreateTicket => 'General',
ReplyToTicket => 'General',
CommentOnTicket => 'General',
- OwnTicket => 'Admin',
+ OwnTicket => 'Staff',
ModifyTicket => 'Staff',
ModifyTicketStatus => 'Staff',
DeleteTicket => 'Staff',
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list