Bugzilla – Attachment 149234 Details for
Bug 30403
Update notforloan status also on check out
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30403: (QA follow-up) Add new YAML syspref to about.pl
Bug-30403-QA-follow-up-Add-new-YAML-syspref-to-abo.patch (text/plain), 1.22 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-04-06 14:29:12 UTC
(
hide
)
Description:
Bug 30403: (QA follow-up) Add new YAML syspref to about.pl
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-04-06 14:29:12 UTC
Size:
1.22 KB
patch
obsolete
>From 6b9117df81f7fe4691e0cba54ff4e0f1e0762a26 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 6 Apr 2023 11:27:46 -0300 >Subject: [PATCH] Bug 30403: (QA follow-up) Add new YAML syspref to about.pl > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > about.pl | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > >diff --git a/about.pl b/about.pl >index 799cc51bc10..886fef9c7b5 100755 >--- a/about.pl >+++ b/about.pl >@@ -468,15 +468,16 @@ if ( C4::Context->preference('WebBasedSelfCheck') > # Test YAML system preferences > # FIXME: This is list of current YAML formatted prefs, should by type of preference > my @yaml_prefs = ( >- "UpdateNotForLoanStatusOnCheckin", >- "OpacHiddenItems", > "BibtexExportAdditionalFields", >- "RisExportAdditionalFields", >- "UpdateItemWhenLostFromHoldList", >+ "ItemsDeniedRenewal", > "MarcFieldsToOrder", > "MarcItemFieldsToOrder", >+ "OpacHiddenItems", >+ "RisExportAdditionalFields", > "UpdateitemLocationOnCheckin", >- "ItemsDeniedRenewal" >+ "UpdateItemWhenLostFromHoldList", >+ "UpdateNotForLoanStatusOnCheckin", >+ "UpdateNotForLoanStatusOnCheckout", > ); > my @bad_yaml_prefs; > foreach my $syspref (@yaml_prefs) { >-- >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 30403
:
132534
|
132535
|
132536
|
139675
|
142915
|
143883
|
144681
|
144682
|
144683
|
144684
| 149234