[Rt-commit] rt branch, 4.6/core-group-management-extensions,	updated. rt-4.4.4-296-g2038ac2c2
    Jim Brandt 
    jbrandt at bestpractical.com
       
    Thu Oct  3 17:08:58 EDT 2019
    
    
  
The branch, 4.6/core-group-management-extensions has been updated
       via  2038ac2c21142344528944c9139e34de36a275e6 (commit)
       via  76b242a9001882078b0d12496a33c8454a1fedb9 (commit)
      from  2ca9f0fd28ca7a3374a16f350fb830a58e10adb9 (commit)
Summary of changes:
 etc/RT_Config.pm.in | 2 +-
 lib/RT/System.pm    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 76b242a9001882078b0d12496a33c8454a1fedb9
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Thu Oct 3 17:07:00 2019 -0400
    Default group self service tickets to off
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index ee93fe91c..be5729780 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -2036,7 +2036,7 @@ on self service pages.
 
 =cut
 
-Set($SelfServiceShowGroupTickets, 1);
+Set($SelfServiceShowGroupTickets, 0);
 
 =back
 
commit 2038ac2c21142344528944c9139e34de36a275e6
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Thu Oct 3 17:07:45 2019 -0400
    Make group self service a General right
    
    This right is specifically for Self Service, which is for
    unprivileged users, so it's not a right only for Staff.
diff --git a/lib/RT/System.pm b/lib/RT/System.pm
index d19be82c1..dd169f576 100644
--- a/lib/RT/System.pm
+++ b/lib/RT/System.pm
@@ -93,7 +93,7 @@ __PACKAGE__->AddRight( Staff   => ShowGlobalTemplates => 'Show global templates'
 __PACKAGE__->AddRight( General => LoadSavedSearch     => 'Allow loading of saved searches'); # loc
 __PACKAGE__->AddRight( General => CreateSavedSearch   => 'Allow creation of saved searches'); # loc
 __PACKAGE__->AddRight( Admin   => ExecuteCode         => 'Allow writing Perl code in templates, scrips, etc'); # loc
-__PACKAGE__->AddRight( Staff   => SeeSelfServiceGroupTicket => 'See tickets for other group members in SelfService' ); # loc
+__PACKAGE__->AddRight( General   => SeeSelfServiceGroupTicket => 'See tickets for other group members in SelfService' ); # loc
 
 =head2 AvailableRights
 
-----------------------------------------------------------------------
    
    
More information about the rt-commit
mailing list