[Rt-commit] r4884 - in rtir/branches/1.9-EXPERIMENTAL: etc

alexmv at bestpractical.com alexmv at bestpractical.com
Wed Mar 29 17:33:12 EST 2006


Author: alexmv
Date: Wed Mar 29 17:33:11 2006
New Revision: 4884

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/etc/initialdata

Log:
 r11968 at zoq-fot-pik:  chmrr | 2006-03-29 17:32:34 -0500
  * SavedSearch rights


Modified: rtir/branches/1.9-EXPERIMENTAL/etc/initialdata
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/etc/initialdata	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/etc/initialdata	Wed Mar 29 17:33:11 2006
@@ -704,6 +704,22 @@
       GroupDomain => 'UserDefined',
       Queue => 0,
       Right => 'ModifySelf', },
+    { GroupId => 'DutyTeam',      # - principalId
+      GroupDomain => 'UserDefined',
+      Queue => 0,
+      Right => 'CreateSavedSearch', },
+    { GroupId => 'DutyTeam',      # - principalId
+      GroupDomain => 'UserDefined',
+      Queue => 0,
+      Right => 'EditSavedSearches', },
+    { GroupId => 'DutyTeam',      # - principalId
+      GroupDomain => 'UserDefined',
+      Queue => 0,
+      Right => 'LoadSavedSearch', },
+    { GroupId => 'DutyTeam',      # - principalId
+      GroupDomain => 'UserDefined',
+      Queue => 0,
+      Right => 'ShowSavedSearches', },
 );
 
 for my $cf (@CustomFields) {


More information about the Rt-commit mailing list