Currently if a library doesn't have patrons and patron accounts, they can't offer the search history feature in OPAC. Only when you turn on opacuserlogin the search history link will be displayed. As Koha can store a search history for a not logged in user, the dependency on opacuserlogin could be removed.
Created attachment 29305 [details] [review] Bug 12485 - Show OPAC search history when opacuserlogin is OFF In the boostrap OPAC the link to search history is missing if opacuserlogin is turned off. OPAC search history should be available whether or not users can log in. This patch removes this dependency. To test, apply the patch and test with various combinations of opacuserlogin and EnableOpacSearchHistory: - opacuserlogin and EnableOpacSearchHistory both enabled - opacuserlogin enabled and EnableOpacSearchHistory disabled - opacuserlogin disabled and EnableOpacSearchHistory enabled
Created attachment 29343 [details] [review] Bug 12485 - Show OPAC search history when opacuserlogin is OFF In the boostrap OPAC the link to search history is missing if opacuserlogin is turned off. OPAC search history should be available whether or not users can log in. This patch removes this dependency. To test, apply the patch and test with various combinations of opacuserlogin and EnableOpacSearchHistory: - opacuserlogin and EnableOpacSearchHistory both enabled - opacuserlogin enabled and EnableOpacSearchHistory disabled - opacuserlogin disabled and EnableOpacSearchHistory enabled Followed test plan. Works as expected. Signed-off-by: Marc Véron <veron@veron.ch>
Created attachment 29351 [details] [review] [PASSED QA] Bug 12485 - Show OPAC search history when opacuserlogin is OFF In the boostrap OPAC the link to search history is missing if opacuserlogin is turned off. OPAC search history should be available whether or not users can log in. This patch removes this dependency. To test, apply the patch and test with various combinations of opacuserlogin and EnableOpacSearchHistory: - opacuserlogin and EnableOpacSearchHistory both enabled - opacuserlogin enabled and EnableOpacSearchHistory disabled - opacuserlogin disabled and EnableOpacSearchHistory enabled Followed test plan. Works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Works as described, no problems found. Passes QA script and tests.
Template only change, works as advertised, pushed as Module Maintainer