Bug 4895: Add missing granular permissions to de-DE, pl-PL
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Thu, 17 Jun 2010 20:46:46 +0000 (22:46 +0200)
committerGalen Charlton <gmcharlt@gmail.com>
Sat, 19 Jun 2010 12:07:13 +0000 (08:07 -0400)
Added missing permissions, files are translations of en.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
installer/data/mysql/de-DE/mandatory/userpermissions.sql
installer/data/mysql/pl-PL/mandatory/userpermissions.sql

index ad68e2a..74f4e84 100644 (file)
@@ -5,6 +5,7 @@
    ( 6, 'modify_holds_priority', 'Vormerkungspriorität verändern'),
    ( 9, 'edit_catalogue', 'Katalogdaten bearbeiten (Titel- und Exemplardaten ändern)'),
    ( 9, 'fast_cataloging', 'Schnellaufnahmen anlegen'),
+   ( 9, 'edit_items', 'Exemplare bearbeiten'),
    (11, 'vendors_manage', 'Lieferanten verwalten'),
    (11, 'contracts_manage', 'Vereinbarungen verwalten'),
    (11, 'period_manage', 'Etats verwalten'),
index 5e787ee..1318fa7 100644 (file)
@@ -5,6 +5,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
    ( 6, 'modify_holds_priority', 'Modify holds priority'),
    ( 9, 'edit_catalogue', 'Edit catalogue'),
    ( 9, 'fast_cataloging', 'Szybkie katalogowanie'),
+   ( 9, 'edit_items', 'Edit Items'),
    (11, 'vendors_manage', 'Zarządzanei dostawcami'),
    (11, 'contracts_manage', 'Zarządzanie kontraktami'),
    (11, 'period_manage', 'Manage periods'),
@@ -30,9 +31,11 @@ INSERT INTO permissions (module_bit, code, description) VALUES
    (13, 'delete_anonymize_patrons', 'Delete old borrowers and anonymize circulation history (deletes borrower reading history)'),
    (13, 'batch_upload_patron_images', 'Upload patron images in batch or one at a time'),
    (13, 'schedule_tasks', 'Schedule tasks to run'),
-   (13, 'batchmod', 'Perform batch modification of items'),
-   (13, 'batchdel', 'Perform batch deletion of items'),
+   (13, 'items_batchmod', 'Perform batch modification of items'),
+   (13, 'items_batchdel', 'Perform batch deletion of items'),
    (13, 'manage_csv_profiles', 'Manage CSV export profiles'),
+   (13, 'moderate_tags', 'Moderate patron tags'),
    (16, 'execute_reports', 'Execute SQL reports'),
+   (13, 'rotating_collections', 'Manage rotating collections'),
    (16, 'create_reports', 'Create SQL Reports')
 ;