View | Details | Raw Unified | Return to bug 11569
Collapse All | Expand All

(-)a/installer/data/mysql/userpermissions.sql (-3 / +2 lines)
Lines 6-12 INSERT INTO permissions (module_bit, code, description) VALUES Link Here
6
   ( 1, 'manage_restrictions', 'Manage restrictions for accounts'),
6
   ( 1, 'manage_restrictions', 'Manage restrictions for accounts'),
7
   ( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'),
7
   ( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'),
8
   ( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'),
8
   ( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'),
9
   ( 3, 'manage_circ_rules', 'manage circulation rules'),
9
   ( 3, 'manage_circ_rules', 'Manage circulation rules'),
10
   ( 6, 'place_holds', 'Place holds for patrons'),
10
   ( 6, 'place_holds', 'Place holds for patrons'),
11
   ( 6, 'modify_holds_priority', 'Modify holds priority'),
11
   ( 6, 'modify_holds_priority', 'Modify holds priority'),
12
   ( 9, 'edit_catalogue', 'Edit catalog (Modify bibliographic/holdings data)'),
12
   ( 9, 'edit_catalogue', 'Edit catalog (Modify bibliographic/holdings data)'),
Lines 38-44 INSERT INTO permissions (module_bit, code, description) VALUES Link Here
38
   (13, 'view_system_logs', 'Browse the system logs'),
38
   (13, 'view_system_logs', 'Browse the system logs'),
39
   (13, 'inventory', 'Perform inventory (stocktaking) of your catalog'),
39
   (13, 'inventory', 'Perform inventory (stocktaking) of your catalog'),
40
   (13, 'stage_marc_import', 'Stage MARC records into the reservoir'),
40
   (13, 'stage_marc_import', 'Stage MARC records into the reservoir'),
41
   (13, 'manage_staged_marc', 'Managed staged MARC records, including completing and reversing imports'),
41
   (13, 'manage_staged_marc', 'Manage staged MARC records, including completing and reversing imports'),
42
   (13, 'export_catalog', 'Export bibliographic and holdings data'),
42
   (13, 'export_catalog', 'Export bibliographic and holdings data'),
43
   (13, 'import_patrons', 'Import patron data'),
43
   (13, 'import_patrons', 'Import patron data'),
44
   (13, 'edit_patrons', 'Perform batch modification of patrons'),
44
   (13, 'edit_patrons', 'Perform batch modification of patrons'),
45
- 

Return to bug 11569