Bugzilla – Attachment 179910 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: Add a new system preference ILLRequestsTabs
Bug-30200-Add-a-new-system-preference-ILLRequestsT.patch (text/plain), 2.50 KB, created by
Magnus Enger
on 2025-03-31 08:15:59 UTC
(
hide
)
Description:
Bug 30200: Add a new system preference ILLRequestsTabs
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2025-03-31 08:15:59 UTC
Size:
2.50 KB
patch
obsolete
>From d4e26827d741fb79b829bcf3f0856c9385571dfc Mon Sep 17 00:00:00 2001 >From: Lari Taskula <lari.taskula@hypernova.fi> >Date: Thu, 3 Mar 2022 00:02:17 +0000 >Subject: [PATCH] Bug 30200: Add a new system preference ILLRequestsTabs > >Signed-off-by: Magnus Enger <magnus@libriotech.no> >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> >--- > .../Bug_30200-Add_ILLRequestsTabs.pl | 18 ++++++++++++++++++ > installer/data/mysql/mandatory/sysprefs.sql | 1 + > 2 files changed, 19 insertions(+) > create mode 100644 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 >new file mode 100644 >index 0000000000..5c6cb265ba >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/Bug_30200-Add_ILLRequestsTabs.pl >@@ -0,0 +1,18 @@ >+use Modern::Perl; >+ >+return { >+ bug_number => "30200", >+ description => "Add customizable tabs to interlibrary loan requests list", >+ up => sub { >+ my ($args) = @_; >+ my ($dbh, $out) = @$args{qw(dbh out)}; >+ # Do you stuffs here >+ $dbh->do(q{ >+ INSERT INTO `systempreferences` >+ (variable,value,options,explanation,type) >+ VALUES >+ ('ILLRequestsTabs','','','Add customizable tabs to interlibrary loan requests list','Textarea'); >+ }); >+ >+ }, >+}; >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 2bf9d0b648..0042a9c191 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -329,6 +329,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'), > ('ILLOpacbackends',NULL,NULL,'ILL backends to enabled for OPAC initiated requests','multiple'), > ('ILLPartnerCode','IL','','Patrons from this patron category will be used as partners to place ILL requests with','free'), >+('ILLRequestsTabs','','','Add customizable tabs to interlibrary loan requests list','Textarea'), > ('ILLSendStaffNotices', NULL, NULL, 'Send these ILL notices to staff', 'multiple'), > ('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'), > ('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'), >-- >2.34.1
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