[Rt-commit] r6277 - in rtir/branches/2.1-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Wed Oct 25 07:43:05 EDT 2006


Author: ruz
Date: Wed Oct 25 07:43:05 2006
New Revision: 6277

Modified:
   rtir/branches/2.1-EXPERIMENTAL/   (props changed)
   rtir/branches/2.1-EXPERIMENTAL/etc/upgrade/1.9.0/content

Log:
 r1684 at cubic-pc (orig r6146):  ruz | 2006-10-04 02:17:00 +0400
 * add forgoten ACLs


Modified: rtir/branches/2.1-EXPERIMENTAL/etc/upgrade/1.9.0/content
==============================================================================
--- rtir/branches/2.1-EXPERIMENTAL/etc/upgrade/1.9.0/content	(original)
+++ rtir/branches/2.1-EXPERIMENTAL/etc/upgrade/1.9.0/content	Wed Oct 25 07:43:05 2006
@@ -179,8 +179,6 @@
     },
 );
 
-);
-
 @Scrips = (
     {  Description       => "SetStartsDateOnQueueChange",
        Queue             => 'Incidents',
@@ -219,8 +217,29 @@
 push @ACL, (
     { GroupId => 'DutyTeam',      # - principalId
       GroupDomain => 'UserDefined',
-      Queue => 0,
-      Right => 'ModifySelf', },
+      Queue       => 0,
+      Right       => 'ModifySelf',
+    },
+    { GroupId     => 'DutyTeam',
+      GroupDomain => 'UserDefined',
+      Queue       => 0,
+      Right       => 'ShowSavedSearches',
+    },
+    { GroupId     => 'DutyTeam',
+      GroupDomain => 'UserDefined',
+      Queue       => 0,
+      Right       => 'LoadSavedSearch',
+    },
+    { GroupId     => 'DutyTeam',
+      GroupDomain => 'UserDefined',
+      Queue       => 0,
+      Right       => 'EditSavedSearches',
+    },
+    { GroupId     => 'DutyTeam',
+      GroupDomain => 'UserDefined',
+      Queue       => 0,
+      Right       => 'CreateSavedSearch',
+    },
 );
 
 @Attributes = ( {


More information about the Rt-commit mailing list