Lines 40-45
INSERT INTO permissions (module_bit, code, description) VALUES
Link Here
|
40 |
( 3, 'manage_smtp_servers', 'Manage SMTP servers configuration'), |
40 |
( 3, 'manage_smtp_servers', 'Manage SMTP servers configuration'), |
41 |
( 3, 'manage_background_jobs', 'Manage background jobs'), |
41 |
( 3, 'manage_background_jobs', 'Manage background jobs'), |
42 |
( 3, 'manage_curbside_pickups', 'Manage curbside pickups'), |
42 |
( 3, 'manage_curbside_pickups', 'Manage curbside pickups'), |
|
|
43 |
( 3, 'manage_authentication_providers', 'Manage authentication providers'), |
43 |
( 4, 'delete_borrowers', 'Delete patrons'), |
44 |
( 4, 'delete_borrowers', 'Delete patrons'), |
44 |
( 4, 'edit_borrowers', 'Add, modify and view patron information'), |
45 |
( 4, 'edit_borrowers', 'Add, modify and view patron information'), |
45 |
( 4, 'view_borrower_infos_from_any_libraries', 'View patron infos from any libraries'), |
46 |
( 4, 'view_borrower_infos_from_any_libraries', 'View patron infos from any libraries'), |