[Rt-commit] r6146 - rtir/branches/2.0-TESTING/etc/upgrade/1.9.0
ruz at bestpractical.com
ruz at bestpractical.com
Tue Oct 3 18:17:00 EDT 2006
Author: ruz
Date: Tue Oct 3 18:17:00 2006
New Revision: 6146
Modified:
rtir/branches/2.0-TESTING/etc/upgrade/1.9.0/content
Log:
* add forgoten ACLs
Modified: rtir/branches/2.0-TESTING/etc/upgrade/1.9.0/content
==============================================================================
--- rtir/branches/2.0-TESTING/etc/upgrade/1.9.0/content (original)
+++ rtir/branches/2.0-TESTING/etc/upgrade/1.9.0/content Tue Oct 3 18:17:00 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