https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30083 Bug ID: 30083 Summary: Bug fixes 29914 and 28785 make 'Browse result' feature disappear for anonymous user Change sponsored?: --- Product: Koha Version: 21.05 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: januszop@gmail.com QA Contact: testopia@bugs.koha-community.org Created attachment 130512 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130512&action=edit Browse results In OPAC, having OpacBrowseResults on, a Browse results widget should be available, with a very helpful feature of moving to the next / previous record (cf. the graphics attached). However, in version 21.05.10 the bug fix 29914, and in version 21.11 both the bug fixes 29914 and 28785 (changes to C4/Auth.pm) make the widget not appear for an anonymous (not logged in) user. Which is pity and annoying. As far as I was able to investigate, this is because a session information is not being maintained for an anonymous user and so the 'busc' parameter is not passed to the opac-detail.pl script. Reverting the bug fixes makes the widget reappear. Obviously, this is not a solution. Nevertheless, it reveals the cause. -- You are receiving this mail because: You are watching all bug changes.