Bugzilla – Attachment 124573 Details for
Bug 28845
OpacAddMastheadLibraryPulldown does not respect multibranchlimit in OPAC_SEARCH_LIMIT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28845: (follow-up) Retain selection when using advanced search
Bug-28845-follow-up-Retain-selection-when-using-ad.patch (text/plain), 1.58 KB, created by
Nick Clemens (kidclamp)
on 2021-09-07 12:00:30 UTC
(
hide
)
Description:
Bug 28845: (follow-up) Retain selection when using advanced search
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-09-07 12:00:30 UTC
Size:
1.58 KB
patch
obsolete
>From f697efed68b8097472f0eb5212e4aa7553645b38 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 7 Sep 2021 11:57:48 +0000 >Subject: [PATCH] Bug 28845: (follow-up) Retain selection when using advanced > search > >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index 14c9f9e558..64448a05e8 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -251,7 +251,7 @@ > </optgroup> > <optgroup label="Groups"> > [% FOREACH lsg IN LibrarySearchGroups %] >- [% IF 'multibranchlimit-' _ lsg.id == opac_name %] >+ [% IF 'multibranchlimit-' _ lsg.id == opac_name || lsg.id == opac_name %] > <option selected="selected" value="multibranchlimit-[% lsg.id | html %]">[% lsg.title | html %]</option> > [% ELSE %] > <option value="multibranchlimit-[% lsg.id | html %]">[% lsg.title | html %]</option> >-- >2.20.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 28845
:
123799
|
123828
|
124573
|
124791
|
124792