[Rt-commit] r4860 - in rtfm/branches/2.1-TESTING: .

alexmv at bestpractical.com alexmv at bestpractical.com
Wed Mar 29 10:33:56 EST 2006


Author: alexmv
Date: Wed Mar 29 10:33:55 2006
New Revision: 4860

Modified:
   rtfm/branches/2.1-TESTING/   (props changed)
   rtfm/branches/2.1-TESTING/lib/RT/FM/Class_Overlay.pm

Log:
 r11934 at zoq-fot-pik:  chmrr | 2006-03-29 10:33:40 -0500
  * Include omitted DeleteArticle right


Modified: rtfm/branches/2.1-TESTING/lib/RT/FM/Class_Overlay.pm
==============================================================================
--- rtfm/branches/2.1-TESTING/lib/RT/FM/Class_Overlay.pm	(original)
+++ rtfm/branches/2.1-TESTING/lib/RT/FM/Class_Overlay.pm	Wed Mar 29 10:33:55 2006
@@ -56,11 +56,13 @@
     ShowArticleHistory  => 'See articles in this class',               #loc_pair
     ModifyArticle       => 'Modify or delete articles in this class',  #loc_pair
     ModifyArticleTopics => 'Modify topics for articles in this class', #loc_pair
-    AdminClass  => 'Modify metadata and custom fields for this class', #loc_pair
+    AdminClass  =>
+      'Modify metadata and custom fields for this class',              #loc_pair
     AdminTopics =>
       'Modify topic hierarchy associated with this class',             #loc_pair
-    ShowACL   => 'Display Access Control List',    # loc_pair
-    ModifyACL => 'Modify Access Control List',     # loc_pair
+    ShowACL             => 'Display Access Control List',              #loc_pair
+    ModifyACL           => 'Modify Access Control List',               #loc_pair
+    DeleteArticle       => 'Delete articles in this class',            #loc_pair
 };
 
 # TODO: This should be refactored out into an RT::ACLedObject or something


More information about the Rt-commit mailing list