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