Bugzilla – Attachment 188501 Details for
Bug 40903
OPAC advanced search applies a location limit of the logged-in library by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40903: Fix OPAC advanced search applies a limit of the logged-in library by default
Bug-40903-Fix-OPAC-advanced-search-applies-a-limit.patch (text/plain), 1.98 KB, created by
Fridolin Somers
on 2025-10-28 10:08:49 UTC
(
hide
)
Description:
Bug 40903: Fix OPAC advanced search applies a limit of the logged-in library by default
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2025-10-28 10:08:49 UTC
Size:
1.98 KB
patch
obsolete
>From 3f349b7ee546f2641743be1e2513e14eb65e89fe Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Mon, 27 Oct 2025 11:56:58 +0100 >Subject: [PATCH] Bug 40903: Fix OPAC advanced search applies a limit of the > logged-in library by default > >This is caused by Bug 36742. It exists in main but starts in 24.11. > >The OPAC advanced search now automatically applies a limit to the 'Location and availability' section using the patron's logged in library, even if there are multiple libraries in the system. >This feature must be depending on system preference 'SearchMyLibraryFirst'. > >1) Set system preference 'SearchMyLibraryFirst' to 'Don't limit' >2) Go to OPAC >3) Authenticate with a user >4) Go to advanced search >5) Check there is no library selected in 'Location and availability' >6) Select a library and submit >7) Clik on 'Return to the last advanced search' >8) Check the library is selected in 'Location and availability' >9) Set system preference 'SearchMyLibraryFirst' to 'Limit' >10) Go to OPAC >11) Authenticate with a user >12) Go to advanced search >13) Check library of patron selected in 'Location and availability' >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >index a4651d0a4e..0cbe7c8390 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt >@@ -32,7 +32,7 @@ > </head> > [% INCLUDE 'bodytag.inc' bodyid='advsearch' bodyclass='scrollto' %] > [% INCLUDE 'masthead.inc' %] >-[% SET AllPublicBranches = Branches.all( search_params => { public => 1 } ) %] >+[% SET AllPublicBranches = Branches.all( selected => opac_name, search_params => { public => 1 } ) %] > > <form id="advsearch_form" action="/cgi-bin/koha/opac-search.pl" method="get"> > <input type="hidden" name="advsearch" value="1" /> >-- >2.43.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 40903
:
188467
|
188501
|
188527
|
188536