Bugzilla – Attachment 141478 Details for
Bug 31619
Cannot select title when setting non-default value for OPACSuggestionMandatoryFields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31619: add title back to list of OPACSuggestionMandatoryFields options
Bug-31619-add-title-back-to-list-of-OPACSuggestion.patch (text/plain), 1.36 KB, created by
Marcel de Rooy
on 2022-10-07 06:30:55 UTC
(
hide
)
Description:
Bug 31619: add title back to list of OPACSuggestionMandatoryFields options
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-10-07 06:30:55 UTC
Size:
1.36 KB
patch
obsolete
>From f84dab4f14f13bb8a4f07fb6462655ff4a5478a8 Mon Sep 17 00:00:00 2001 >From: Galen Charlton <gmc@equinoxOLI.org> >Date: Fri, 23 Sep 2022 14:49:48 -0400 >Subject: [PATCH] Bug 31619: add title back to list of > OPACSuggestionMandatoryFields options >Content-Type: text/plain; charset=utf-8 > >This patch fixes a regression introduced by bug 29695 that prevented >setting the title as a required field when setting the >OPACSuggestionMandatoryFields to a non-default value. > >To test: > >[1] Set OPACSuggestionMandatoryFields in the system preferences > editor and note that 'title' is not listed in the modal > that is displayed. >[2] Apply the patch. >[3] Revist the system preference editor and note that 'title' > is now displayed as an option. > >Signed-off-by: Galen Charlton <gmc@equinoxOLI.org> > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Database/Columns.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/Database/Columns.pm b/Koha/Database/Columns.pm >index a71d772b39..0fe0efc181 100644 >--- a/Koha/Database/Columns.pm >+++ b/Koha/Database/Columns.pm >@@ -234,6 +234,7 @@ sub columns { > "branchcode" => __("branchcode"), > "patronreason" => __("patronreason"), > "note" => __("note"), >+ "title" => __("title"), > } > }; > } >-- >2.30.2
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 31619
:
140963
|
141039
| 141478