Bugzilla – Attachment 186887 Details for
Bug 40869
Preserve mandatory fields even if hidden when duplicating item
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40869: Fix incorrect argument name
Bug-40869-Fix-incorrect-argument-name.patch (text/plain), 1.08 KB, created by
David Gustafsson
on 2025-09-24 14:47:06 UTC
(
hide
)
Description:
Bug 40869: Fix incorrect argument name
Filename:
MIME Type:
Creator:
David Gustafsson
Created:
2025-09-24 14:47:06 UTC
Size:
1.08 KB
patch
obsolete
>From d3965204cb4387dd0809a3e00e197f2c0fe8a7e8 Mon Sep 17 00:00:00 2001 >From: David Gustafsson <david.gustafsson@ub.gu.se> >Date: Wed, 24 Sep 2025 16:45:51 +0200 >Subject: [PATCH] Bug 40869: Fix incorrect argument name > >--- > Koha/UI/Form/Builder/Item.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/UI/Form/Builder/Item.pm b/Koha/UI/Form/Builder/Item.pm >index 96fe98c0a0f..f38330621c4 100644 >--- a/Koha/UI/Form/Builder/Item.pm >+++ b/Koha/UI/Form/Builder/Item.pm >@@ -474,7 +474,7 @@ sub edit_form { > my $prefill_with_default_values = $params->{prefill_with_default_values}; > my $branch_limit = $params->{branch_limit}; > my $default_branches_empty = $params->{default_branches_empty}; >- my $ignore_non_mandatory_invisible_subfields = $params->{ignore_invisible_subfields} || 0; >+ my $ignore_non_mandatory_invisible_subfields = $params->{ignore_non_mandatory_invisible_subfields} || 0; > > my $libraries = > Koha::Libraries->search( {}, { order_by => ['branchname'] } )->unblessed; >-- >2.49.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 40869
:
186878
|
186885
| 186887