Bugzilla – Attachment 9541 Details for
Bug 5795
Missing ReservesControlBranch system pref in database installer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5795 [SIGNED-OFF] - Missing ReservesControlBranch system pref in database installer
Bug-5795-SIGNED-OFF---Missing-ReservesControlBranc.patch (text/plain), 1.97 KB, created by
Chris Cormack
on 2012-05-14 00:11:35 UTC
(
hide
)
Description:
Bug 5795 [SIGNED-OFF] - Missing ReservesControlBranch system pref in database installer
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-05-14 00:11:35 UTC
Size:
1.97 KB
patch
obsolete
>From b66c144c06142ce5c631c5485257818f0581818a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sat, 14 Apr 2012 13:12:54 +0200 >Subject: [PATCH] Bug 5795 [SIGNED-OFF] - Missing ReservesControlBranch system > pref in database installer > >sysprefs.sql file was missing ReservesControlBranch. > >To test: >1) Create a new installation and check sysprefs.sql loads correctly. >2) Check ReservesControlBranch shows up correctly in the sys pref editor. >3) Check sys pref can be edited and new value saves correctly. > >Signed-off-by: Marc Veron <veron@veron.ch> > >- Line is added at the end of installer/data/mysql/sysprefs.sql >- Tested Line diretly in MySQL with a systempreferences table where variable 'ReservesControlBranch' was missing. Data inserted correctly. >- Syspref shows up in Staff client > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> > >- Fixed merge conflict >--- > installer/data/mysql/sysprefs.sql | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >index 1edf08e..dd8c042 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -363,3 +363,4 @@ INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ( > INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('OpacStarRatings','all',NULL,'disable|all|details','Choice'); > INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OpacBrowseResults','1','Disable/enable browsing and paging search results from the OPAC detail page.',NULL,'YesNo'); > INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('SvcMaxReportRows','10','Maximum number of rows to return via the report web service.',NULL,'Integer'); >+INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('ReservesControlBranch','PatronLibrary','ItemHomeLibrary|PatronLibrary','Branch checked for members reservations rights','Choice'); >-- >1.7.9.5
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 5795
:
9193
|
9320
|
9397
|
9451
| 9541 |
9542
|
9695