Bugzilla – Attachment 79782 Details for
Bug 15520
Add more granular permission for only editing own library's circ rules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15520: (QA follow-up) Fix renaming of circ rules permission
Bug-15520-QA-follow-up-Fix-renaming-of-circ-rules-.patch (text/plain), 1.28 KB, created by
Josef Moravec
on 2018-10-01 20:17:12 UTC
(
hide
)
Description:
Bug 15520: (QA follow-up) Fix renaming of circ rules permission
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2018-10-01 20:17:12 UTC
Size:
1.28 KB
patch
obsolete
>From a271c2c57a8e8121276227f9ccfd5e76e263f77a Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Mon, 1 Oct 2018 20:15:21 +0000 >Subject: [PATCH] Bug 15520: (QA follow-up) Fix renaming of circ rules > permission > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > installer/data/mysql/userpermissions.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/userpermissions.sql b/installer/data/mysql/userpermissions.sql >index ae45a57..12ffb63 100644 >--- a/installer/data/mysql/userpermissions.sql >+++ b/installer/data/mysql/userpermissions.sql >@@ -7,7 +7,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES > ( 1, 'manage_checkout_notes', 'Mark checkout notes as seen/not seen'), > ( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'), > ( 3, 'manage_circ_rules', 'Manage circulation rules'), >- ( 3, 'manage_circ_rules_restricted', 'Manage circ rules for any libraries'), >+ ( 3, 'manage_circ_rules_from_any_libraries', 'Manage circ rules for any libraries'), > ( 4, 'edit_borrowers', 'Add, modify and view patron information'), > ( 4, 'view_borrower_infos_from_any_libraries', 'View patron infos from any libraries'), > ( 6, 'place_holds', 'Place holds for patrons'), >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15520
:
66681
|
67177
|
70387
|
72240
|
72241
|
77202
|
77203
|
77219
|
77220
|
78275
|
78276
|
78722
|
78723
|
78735
|
78736
|
79780
|
79781
| 79782