[Rt-commit] r13703 - in rt/3.8/trunk: .

sartak at bestpractical.com sartak at bestpractical.com
Mon Jun 30 22:40:14 EDT 2008


Author: sartak
Date: Mon Jun 30 22:40:14 2008
New Revision: 13703

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/lib/RT/Group_Overlay.pm

Log:
 r63539 at onn:  sartak | 2008-06-30 22:39:14 -0400
 Add dashboard rights on groups


Modified: rt/3.8/trunk/lib/RT/Group_Overlay.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Group_Overlay.pm	(original)
+++ rt/3.8/trunk/lib/RT/Group_Overlay.pm	Mon Jun 30 22:40:14 2008
@@ -93,6 +93,11 @@
     EditSavedSearches => 'Edit saved searches for this group',        # loc_pair
     ShowSavedSearches => 'Display saved searches for this group',        # loc_pair
     SeeGroup => 'Make this group visible to user',                    # loc_pair
+
+    SeeDashboard       => 'View dashboards', #loc_pair
+    ModifyDashboard    => 'Create and modify dashboards', #loc_pair
+    SubscribeDashboard => 'Subscribe to email dashboards', #loc_pair
+    DeleteDashboard    => 'Delete dashboards', #loc_pair
 };
 
 # Tell RT::ACE that this sort of object can get acls granted


More information about the Rt-commit mailing list