Bugzilla – Attachment 162992 Details for
Bug 15461
Add staff equivalent for OpacLocationOnDetail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15461: perltidy DB update
Bug-15461-perltidy-DB-update.patch (text/plain), 1.18 KB, created by
ByWater Sandboxes
on 2024-03-08 21:57:46 UTC
(
hide
)
Description:
Bug 15461: perltidy DB update
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2024-03-08 21:57:46 UTC
Size:
1.18 KB
patch
obsolete
>From f28cba3f85c71064a977a7e98509c0b5226a11b8 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 8 Mar 2024 21:11:14 +0000 >Subject: [PATCH] Bug 15461: perltidy DB update > >Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org> >--- > installer/data/mysql/atomicupdate/bug_15461.pl | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_15461.pl b/installer/data/mysql/atomicupdate/bug_15461.pl >index d7ed32ee0c..12e47efcce 100755 >--- a/installer/data/mysql/atomicupdate/bug_15461.pl >+++ b/installer/data/mysql/atomicupdate/bug_15461.pl >@@ -8,10 +8,12 @@ return { > my ( $dbh, $out ) = @$args{qw(dbh out)}; > > # Do you stuffs here >- $dbh->do(q{ >+ $dbh->do( >+ q{ > INSERT IGNORE INTO systempreferences (`variable`,`value`,`options`,`explanation`,`type`) > VALUES ('StaffLocationOnDetail','home','holding|home|both|column','In the staff interface, display the shelving location on its own column or under a library columns.','Choice') >- }); >+ } >+ ); > > say $out "Added new system preference 'StaffLocationOnDetail'"; > }, >-- >2.30.2
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 15461
:
162980
|
162981
|
162982
|
162987
|
162990
|
162991
|
162992
|
162993
|
165804
|
165805
|
165806
|
170238
|
170268
|
170269
|
170270
|
174011
|
174012
|
174013