Bugzilla – Attachment 188397 Details for
Bug 41093
Authority search for 'See ...' references inserts "None specified" when no relationship is chosen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41093: Specify blank value for 'None specified'
Bug-41093-Specify-blank-value-for-None-specified.patch (text/plain), 1.40 KB, created by
Phil Ringnalda
on 2025-10-24 03:44:52 UTC
(
hide
)
Description:
Bug 41093: Specify blank value for 'None specified'
Filename:
MIME Type:
Creator:
Phil Ringnalda
Created:
2025-10-24 03:44:52 UTC
Size:
1.40 KB
patch
obsolete
>From e3b147a622693dded31d942aa03a5c20847cca55 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 23 Oct 2025 19:27:33 +0000 >Subject: [PATCH] Bug 41093: Specify blank value for 'None specified' > >Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc >index d3bd1d9be29..82c85daf83f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/auth-finder-search.inc >@@ -151,7 +151,7 @@ > <label for="special_relationship">Special relationship: </label> > <select name="relationship" id="special_relationship"> > [% selected=relationship | html %] >- <option>None specified</option> >+ <option value="">None specified</option> > [% IF Koha.Preference('marcflavour') == 'MARC21' %] > <option [% IF selected == 'a' %]selected="selected"[% END %] value="a">a - Earlier heading</option> > <option [% IF selected == 'b' %]selected="selected"[% END %] value="b">b - Later heading</option> >-- >2.48.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 41093
:
188392
| 188397