[Rt-commit] rt 01/02: Update ReassignTicket description as it can modify "unowned" tickets too

sunnavy sunnavy at bestpractical.com
Wed Jul 14 08:36:52 EDT 2021


This is an automated email from the git hooks/post-receive script.

sunnavy pushed a commit to branch 4.4-trunk
in repository rt.

commit 3b0c0b41d17bf00544e85e4183c1687cdd207642
Author: sunnavy <sunnavy at bestpractical.com>
AuthorDate: Wed Jul 14 02:55:31 2021 +0800

    Update ReassignTicket description as it can modify "unowned" tickets too
---
 lib/RT/Queue.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/RT/Queue.pm b/lib/RT/Queue.pm
index 8450b6801c..2d3241ac1e 100644
--- a/lib/RT/Queue.pm
+++ b/lib/RT/Queue.pm
@@ -129,7 +129,7 @@ __PACKAGE__->AddRight( Staff   => ModifyTicket        => 'Modify tickets' ); # l
 __PACKAGE__->AddRight( Staff   => DeleteTicket        => 'Delete tickets' ); # loc
 __PACKAGE__->AddRight( Staff   => TakeTicket          => 'Take tickets' ); # loc
 __PACKAGE__->AddRight( Staff   => StealTicket         => 'Steal tickets' ); # loc
-__PACKAGE__->AddRight( Staff   => ReassignTicket      => 'Modify ticket owner on owned tickets' ); # loc
+__PACKAGE__->AddRight( Staff   => ReassignTicket      => 'Modify ticket owner' ); # loc
 
 __PACKAGE__->AddRight( Staff   => ForwardMessage      => 'Forward messages outside of RT' ); # loc
 

-- 
To stop receiving notification emails like this one, please contact
sysadmin at bestpractical.com.


More information about the rt-commit mailing list