Bugzilla – Attachment 86188 Details for
Bug 18837
Add an unmediated Interlibrary Loans workflow
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18837: Add ILL Unmediated syspref stuff
Bug-18837-Add-ILL-Unmediated-syspref-stuff.patch (text/plain), 3.71 KB, created by
Andrew Isherwood
on 2019-03-06 15:15:09 UTC
(
hide
)
Description:
Bug 18837: Add ILL Unmediated syspref stuff
Filename:
MIME Type:
Creator:
Andrew Isherwood
Created:
2019-03-06 15:15:09 UTC
Size:
3.71 KB
patch
obsolete
>From beda8999e447aa44437c749950c85ef13301337d Mon Sep 17 00:00:00 2001 >From: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >Date: Thu, 26 Apr 2018 11:56:19 +0100 >Subject: [PATCH] Bug 18837: Add ILL Unmediated syspref stuff > >This patch adds the syspref requirements for unmediated ILL requests. It >is a recreation of >https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66628&action=diff >which had diverged sufficiently as to make it impossible to apply. > >* installer/data/mysql/atomicupdate/illunmediated_tables.sql: New > file. >* installer/data/mysql/sysprefs.sql: Add `ILLModuleUnmediated`. >* koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref: > Add `ILLModuleUnmediated` handling. > >Signed-off-by: Stephen Graham <s.graham4@herts.ac.uk> >Signed-off-by: David Peacock <d.m.peacock@herts.ac.uk> >Signed-off-by: Jayne Maisey <j.maisey@herts.ac.uk> >--- > installer/data/mysql/atomicupdate/illunmediated_tables.sql | 4 ++++ > installer/data/mysql/sysprefs.sql | 2 ++ > .../prog/en/modules/admin/preferences/circulation.pref | 12 ++++++++++++ > 3 files changed, 18 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/illunmediated_tables.sql > >diff --git a/installer/data/mysql/atomicupdate/illunmediated_tables.sql b/installer/data/mysql/atomicupdate/illunmediated_tables.sql >new file mode 100644 >index 0000000000..8bb64bd391 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/illunmediated_tables.sql >@@ -0,0 +1,4 @@ >+-- System preferences >+ >+INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES >+ ('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'); >diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql >index 145cca0f62..27e63a4ac0 100644 >--- a/installer/data/mysql/sysprefs.sql >+++ b/installer/data/mysql/sysprefs.sql >@@ -219,6 +219,8 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('IllLog', 0, '', 'If ON, log information about ILL requests', 'YesNo'), > ('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'), > ('ILLModuleCopyrightClearance','','70|10','Enter text to enable the copyright clearance stage of request creation. Text will be displayed','Textarea'), >+('ILLOpacbackends',NULL,NULL,'ILL backends to enabled for OPAC initiated requests','multiple'), >+('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'), > ('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'), > ('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'), > ('ImageLimit','5','','Limit images stored in the database by the Patron Card image manager to this number.','Integer'), >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 2d80bdd5c7..b3c3dacf52 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 >@@ -796,6 +796,18 @@ Circulation: > - pref: ILLModuleCopyrightClearance > type: textarea > class: long >+ - >+ - "ILL backends to enabled for OPAC initiated requests:" >+ - pref: ILLOpacbackends >+ class: multi >+ - (separated with |). >+ - >+ - Allow unmediated Interlibrary loan requests >+ - pref: ILLModuleUnmediated >+ default: 0 >+ choices: >+ yes: Enable >+ no: Disable > Fines Policy: > - > - Calculate fines based on days overdue >-- >2.11.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 18837
:
66628
|
66629
|
74874
|
74875
|
79542
|
79543
|
82158
|
82159
|
82508
|
82509
|
86188
|
86189
|
86236
|
86237
|
86238
|
86371
|
86372
|
86373
|
86374
|
86375
|
86422
|
86423
|
86424
|
86425
|
86426