Permission fixing
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Tue, 11 Sep 2012 16:07:13 +0000 (12:07 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 21 Sep 2012 15:07:01 +0000 (11:07 -0400)
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/ZZZZ.data.url_verify.sql

index a1de894..1261370 100644 (file)
@@ -1571,7 +1571,11 @@ INSERT INTO permission.perm_list ( id, code, description ) VALUES
  ( 540, 'URL_VERIFY', oils_i18n_gettext( 540, 
     'Allows a user to process and verify ULSs', 'ppl', 'description')),
  ( 541, 'URL_VERIFY_UPDATE_SETTINGS', oils_i18n_gettext( 541, 
-    'Allows a user to configure URL verification org unit settings', 'ppl', 'description'))
+    'Allows a user to configure URL verification org unit settings', 'ppl', 'description')),
+ ( 542, 'SAVED_FILTER_DIALOG_FILTERS', oils_i18n_gettext( 542,
+    'Allows users to save and load sets of filters for filter dialogs, available in certain staff interfaces', 'ppl', 'description'))
+
+
 ;
 
 
@@ -11877,7 +11881,7 @@ INSERT INTO config.org_unit_setting_type
             'description'
         ),
         'integer',
-        540
+        541
     );
 
 INSERT INTO config.org_unit_setting_type
@@ -11898,7 +11902,7 @@ INSERT INTO config.org_unit_setting_type
             'description'
         ),
         'integer',
-        540
+        541
     );
 
 INSERT INTO config.org_unit_setting_type
@@ -11919,7 +11923,7 @@ INSERT INTO config.org_unit_setting_type
             'description'
         ),
         'integer',
-        540
+        541
     );
 
 
@@ -11941,7 +11945,7 @@ INSERT INTO config.org_unit_setting_type
             'description'
         ),
         'integer',
-        540
+        541
     );
 
 INSERT INTO config.filter_dialog_interface (key, description) VALUES (
index 2bec396..bb58517 100644 (file)
@@ -6,10 +6,10 @@ BEGIN;
 
 INSERT INTO permission.perm_list (id, code, description) 
     VALUES ( 
-        539
+        540
         'URL_VERIFY',
         oils_i18n_gettext(
-            539
+            540
             'Allows a user to process and verify ULSs', 
             'ppl', 
             'description'
@@ -19,10 +19,10 @@ INSERT INTO permission.perm_list (id, code, description)
 
 INSERT INTO permission.perm_list (id, code, description) 
     VALUES ( 
-        540
-        540,
+        541
+        'URL_VERIFY_UPDATE_SETTINGS',
         oils_i18n_gettext(
-            540
+            541
             'Allows a user to configure URL verification org unit settings',
             'ppl', 
             'description'
@@ -30,6 +30,19 @@ INSERT INTO permission.perm_list (id, code, description)
     );
 
 
+INSERT INTO permission.perm_list (id, code, description) 
+    VALUES ( 
+        542, 
+        'SAVED_FILTER_DIALOG_FILTERS',
+        oils_i18n_gettext(
+            542, 
+            'Allows users to save and load sets of filters for filter dialogs, available in certain staff interfaces',
+            'ppl', 
+            'description'
+        )
+    );
+
+
 INSERT INTO config.settings_group (name, label)
     VALUES (
         'url_verify',
@@ -59,7 +72,7 @@ INSERT INTO config.org_unit_setting_type
             'description'
         ),
         'integer',
-        540
+        541
     );
 
 INSERT INTO config.org_unit_setting_type
@@ -80,7 +93,7 @@ INSERT INTO config.org_unit_setting_type
             'description'
         ),
         'integer',
-        540
+        541
     );
 
 INSERT INTO config.org_unit_setting_type
@@ -101,7 +114,7 @@ INSERT INTO config.org_unit_setting_type
             'description'
         ),
         'integer',
-        540
+        541
     );
 
 
@@ -123,7 +136,7 @@ INSERT INTO config.org_unit_setting_type
             'description'
         ),
         'integer',
-        540
+        541
     );