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

sartak at bestpractical.com sartak at bestpractical.com
Wed Jun 25 18:29:09 EDT 2008


Author: sartak
Date: Wed Jun 25 18:29:09 2008
New Revision: 13594

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

Log:
 r63239 at onn:  sartak | 2008-06-25 18:20:16 -0400
 Add a (currently unused) SeeDashboard right


Modified: rt/3.8/trunk/lib/RT/Dashboard.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Dashboard.pm	(original)
+++ rt/3.8/trunk/lib/RT/Dashboard.pm	Wed Jun 25 18:29:09 2008
@@ -74,6 +74,7 @@
 use base qw/RT::SharedSetting/;
 
 my %new_rights = (
+    SeeDashboard       => 'View dashboards', #loc_pair
     ModifyDashboard    => 'Create and modify dashboards', #loc_pair
     SubscribeDashboard => 'Subscribe to email dashboards', #loc_pair
     DeleteDashboard    => 'Delete dashboards', #loc_pair


More information about the Rt-commit mailing list