Bugzilla – Attachment 138866 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.76 KB, created by
Katrin Fischer
on 2022-08-08 21:39:23 UTC
(
hide
)
Description:
Bug 30200: (follow-up) Update database update and pref description
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-08-08 21:39:23 UTC
Size:
2.76 KB
patch
obsolete
>From 2c4847624f43b80c0c4a774277423eb03d280a6b 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> >--- > .../data/mysql/atomicupdate/Bug_30200-Add_ILLRequestsTabs.pl | 4 ++-- > .../prog/en/modules/admin/preferences/circulation.pref | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/Bug_30200-Add_ILLRequestsTabs.pl b/installer/data/mysql/atomicupdate/Bug_30200-Add_ILLRequestsTabs.pl >index 5c6cb265ba..b1ac49d1a1 100644 >--- a/installer/data/mysql/atomicupdate/Bug_30200-Add_ILLRequestsTabs.pl >+++ b/installer/data/mysql/atomicupdate/Bug_30200-Add_ILLRequestsTabs.pl >@@ -2,13 +2,13 @@ use Modern::Perl; > > return { > bug_number => "30200", >- description => "Add customizable tabs to interlibrary loan requests list", >+ description => "Add ILLRequestsTabs system preference", > up => sub { > my ($args) = @_; > my ($dbh, $out) = @$args{qw(dbh out)}; > # Do you stuffs here > $dbh->do(q{ >- INSERT INTO `systempreferences` >+ INSERT IGNORE INTO `systempreferences` > (variable,value,options,explanation,type) > VALUES > ('ILLRequestsTabs','','','Add customizable tabs to interlibrary loan requests list','Textarea'); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >index 5d1c602830..d76ec9839b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref >@@ -996,12 +996,12 @@ Circulation: > class: multi > - (separated with |). If left empty, all installed backends will be enabled. > - >- - "Add customizable tabs to interlibrary loan requests list:" >+ - "Add customizable tabs to the interlibrary loan requests list:" > - pref: ILLRequestsTabs > syntax: text/x-yaml > class: code > type: textarea >- - "This is a list that defines tab names and statuses that will be sorted under that tab.<br/><br/>" >+ - "This allows to define tabs with their description and linked ILL request statuses that will appear under the tab.<br/><br/>" > - "Examples:<br/>" > - "<pre>- name: Closed</pre>" > - "<pre> status:</pre>" >-- >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 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