Lines 39-44
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
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, 'advanced_editor', 'Use the advanced cataloging editor (requires edit_catalogue)'), |
|
|
42 |
( 9, 'create_public_macros', 'Create public macros'), |
43 |
( 9, 'delete_public_macros', 'Delete public macros'), |
42 |
( 9, 'edit_items', 'Edit items'), |
44 |
( 9, 'edit_items', 'Edit items'), |
43 |
( 9, 'edit_items_restricted', 'Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required)'), |
45 |
( 9, 'edit_items_restricted', 'Limit item modification to subfields defined in the SubfieldsToAllowForRestrictedEditing preference (please note that edit_item is still required)'), |
44 |
( 9, 'delete_all_items', 'Delete all items at once'), |
46 |
( 9, 'delete_all_items', 'Delete all items at once'), |