Bugzilla – Attachment 46010 Details for
Bug 11569
Typo in userpermissions.sql
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11569: Correcting typos in userpermissions.sql
Bug-11569-Correcting-typos-in-userpermissionssql.patch (text/plain), 1.94 KB, created by
Jonathan Druart
on 2015-12-28 16:14:24 UTC
(
hide
)
Description:
Bug 11569: Correcting typos in userpermissions.sql
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-12-28 16:14:24 UTC
Size:
1.94 KB
patch
obsolete
>From d2eab8f9e94e042a519725f2708d44893e51b8a4 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Mon, 21 Dec 2015 22:45:57 +0000 >Subject: [PATCH] Bug 11569: Correcting typos in userpermissions.sql > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > installer/data/mysql/userpermissions.sql | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/userpermissions.sql b/installer/data/mysql/userpermissions.sql >index 25d4f92..268e9e6 100644 >--- a/installer/data/mysql/userpermissions.sql >+++ b/installer/data/mysql/userpermissions.sql >@@ -6,7 +6,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES > ( 1, 'manage_restrictions', 'Manage restrictions for accounts'), > ( 1, 'self_checkout', 'Perform self checkout at the OPAC. It should be used for the patron matching the AutoSelfCheckID'), > ( 3, 'parameters_remaining_permissions', 'Remaining system parameters permissions'), >- ( 3, 'manage_circ_rules', 'manage circulation rules'), >+ ( 3, 'manage_circ_rules', 'Manage circulation rules'), > ( 6, 'place_holds', 'Place holds for patrons'), > ( 6, 'modify_holds_priority', 'Modify holds priority'), > ( 9, 'edit_catalogue', 'Edit catalog (Modify bibliographic/holdings data)'), >@@ -38,7 +38,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES > (13, 'view_system_logs', 'Browse the system logs'), > (13, 'inventory', 'Perform inventory (stocktaking) of your catalog'), > (13, 'stage_marc_import', 'Stage MARC records into the reservoir'), >- (13, 'manage_staged_marc', 'Managed staged MARC records, including completing and reversing imports'), >+ (13, 'manage_staged_marc', 'Manage staged MARC records, including completing and reversing imports'), > (13, 'export_catalog', 'Export bibliographic and holdings data'), > (13, 'import_patrons', 'Import patron data'), > (13, 'edit_patrons', 'Perform batch modification of patrons'), >-- >2.1.0
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 11569
:
45893
| 46010