28 Oct
2025
28 Oct
'25
11:32 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40903 --- Comment #9 from David Cook <dcook@prosentient.com.au> --- (In reply to Fridolin Somers from comment #6)
Ahhh the code before 24.11 was calling : [% FOREACH BranchesLoo IN Branches.all( selected => opac_name ) %] 'opac_name' comming from C4::Auth and depending on system preference 'SearchMyLibraryFirst'.
So we must use the same 'selected' I bet. And add system preference 'SearchMyLibraryFirst' to the test plan.
Ahh interesting. The older libraries I checked appear to be using SearchMyLibraryFirst, which is why it seemed like older versions worked the same way. Nice one, Frido! -- You are receiving this mail because: You are watching all bug changes.