Bugzilla – Attachment 182027 Details for
Bug 30200
Add customizable tabs to interlibrary loan requests list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30200: (follow-up) Update database update and pref description
Bug-30200-follow-up-Update-database-update-and-pre.patch (text/plain), 2.03 KB, created by
Martin Renvoize (ashimema)
on 2025-05-07 13:36:21 UTC
(
hide
)
Description:
Bug 30200: (follow-up) Update database update and pref description
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-05-07 13:36:21 UTC
Size:
2.03 KB
patch
obsolete
>From e2162dd0a731211acc90f20a9b0af9b201d5db04 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 8 Aug 2022 21:18:19 +0000 >Subject: [PATCH] Bug 30200: (follow-up) Update database update and pref > description > >* Rephrases the system preference description a bit >* Adds IGNORE to the database statement >* Update output message of database statement to include pref name > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Magnus Enger <magnus@libriotech.no> >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > .../Bug_30200-Add_ILLRequestsTabs.pl | 17 ++++++++++------- > 1 file changed, 10 insertions(+), 7 deletions(-) > mode change 100644 => 100755 installer/data/mysql/atomicupdate/Bug_30200-Add_ILLRequestsTabs.pl > >diff --git a/installer/data/mysql/atomicupdate/Bug_30200-Add_ILLRequestsTabs.pl b/installer/data/mysql/atomicupdate/Bug_30200-Add_ILLRequestsTabs.pl >old mode 100644 >new mode 100755 >index 5c6cb265ba6..ce8febdbc7d >--- a/installer/data/mysql/atomicupdate/Bug_30200-Add_ILLRequestsTabs.pl >+++ b/installer/data/mysql/atomicupdate/Bug_30200-Add_ILLRequestsTabs.pl >@@ -1,18 +1,21 @@ > use Modern::Perl; > > return { >- bug_number => "30200", >- description => "Add customizable tabs to interlibrary loan requests list", >- up => sub { >+ bug_number => "30200", >+ description => "Add ILLRequestsTabs system preference", >+ up => sub { > my ($args) = @_; >- my ($dbh, $out) = @$args{qw(dbh out)}; >+ my ( $dbh, $out ) = @$args{qw(dbh out)}; >+ > # Do you stuffs here >- $dbh->do(q{ >- INSERT INTO `systempreferences` >+ $dbh->do( >+ q{ >+ INSERT IGNORE INTO `systempreferences` > (variable,value,options,explanation,type) > VALUES > ('ILLRequestsTabs','','','Add customizable tabs to interlibrary loan requests list','Textarea'); >- }); >+ } >+ ); > > }, > }; >-- >2.49.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 30200
:
131305
|
131306
|
131307
|
131959
|
131960
|
134466
|
134467
|
138863
|
138864
|
138865
|
138866
|
141338
|
141339
|
141340
|
141341
|
179356
|
179357
|
179358
|
179359
|
179436
|
179437
|
179438
|
179439
|
179442
|
179443
|
179444
|
179910
|
179911
|
179912
|
179913
|
182025
|
182026
| 182027 |
182028
|
182029