Lines 40-45
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
40 |
( 9, 'edit_catalogue', 'Edit catalog (Modify bibliographic/holdings data)'), |
40 |
( 9, 'edit_catalogue', 'Edit catalog (Modify bibliographic/holdings data)'), |
41 |
( 9, 'fast_cataloging', 'Fast cataloging'), |
41 |
( 9, 'fast_cataloging', 'Fast cataloging'), |
42 |
( 9, 'advanced_editor', 'Use the advanced cataloging editor (requires edit_catalogue)'), |
42 |
( 9, 'advanced_editor', 'Use the advanced cataloging editor (requires edit_catalogue)'), |
|
|
43 |
( 9, 'create_shared_macros', 'Create shared macros'), |
44 |
( 9, 'delete_shared_macros', 'Delete shared macros'), |
43 |
( 9, 'edit_items', 'Edit items'), |
45 |
( 9, 'edit_items', 'Edit items'), |
44 |
( 9, 'edit_items_restricted', 'Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required)'), |
46 |
( 9, 'edit_items_restricted', 'Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required)'), |
45 |
( 9, 'delete_all_items', 'Delete all items at once'), |
47 |
( 9, 'delete_all_items', 'Delete all items at once'), |