Bugzilla – Attachment 184205 Details for
Bug 40405
systempreferences.value cannot be set to NULL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40405: And ILLOpacUnauthenticatedRequest
Bug-40405-And-ILLOpacUnauthenticatedRequest.patch (text/plain), 1.58 KB, created by
Jonathan Druart
on 2025-07-17 14:27:09 UTC
(
hide
)
Description:
Bug 40405: And ILLOpacUnauthenticatedRequest
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-07-17 14:27:09 UTC
Size:
1.58 KB
patch
obsolete
>From 0695d44d4ac5b3cc51d3799e78c22e18bcf7b4ad Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 17 Jul 2025 16:26:40 +0200 >Subject: [PATCH] Bug 40405: And ILLOpacUnauthenticatedRequest > >No idea why it was not NULL in DB when I did my first SELECT >--- > installer/data/mysql/mandatory/sysprefs.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index 4d62690f4da..5a8cc2b139f 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -334,7 +334,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('ILLModuleDisclaimerByType','','','YAML defining disclaimer settings for each ILL request type','Textarea'), > ('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'), > ('ILLOpacbackends','',NULL,'ILL backends to enabled for OPAC initiated requests','multiple'), >-('ILLOpacUnauthenticatedRequest',NULL,NULL,'Can OPAC users place ILL requests without having to be logged in','YesNo'), >+('ILLOpacUnauthenticatedRequest','',NULL,'Can OPAC users place ILL requests without having to be logged in','YesNo'), > ('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, 'Send these ILL notices to staff', 'multiple'), >-- >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 40405
:
184129
|
184130
|
184131
| 184205