Bug 28878

Summary: Advanced search button on mainpage.pl incorrectly links to item search
Product: Koha Reporter: Sally <sally.healey>
Component: Staff interfaceAssignee: Fridolin Somers <fridolin.somers>
Status: RESOLVED MOVED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: fridolin.somers, gmcharlt, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 28819    
Bug Blocks:    
Attachments: Bug 28878: Fix advanced search button on mainpage.pl incorrectly links to item search

Description Sally 2021-08-18 11:03:50 UTC
The follow-up on Bug 28819 changed the link for the Advanced search button on mainpage.pl.

If you roll your mouse over the Advanced search button, note that the link is now:  cgi-bin/koha/catalogue/itemsearch.pl

It should be:  cgi-bin/koha/catalogue/search.pl
Comment 1 Fridolin Somers 2021-08-19 06:34:23 UTC
Oh crap indeed
Comment 2 Fridolin Somers 2021-08-19 06:38:31 UTC
Created attachment 123967 [details] [review]
Bug 28878: Fix advanced search button on mainpage.pl incorrectly links to item search

The follow-up on Bug 28819 changed the link for the Advanced search button on mainpage.pl.

Test plan :
1) Go to intranet main page
2) Click on big button "Advanced search"
=> Without patch you go to item search /cgi-bin/koha/catalogue/itemsearch.pl
=> With patch you go to advanced search /cgi-bin/koha/catalogue/search.pl
Comment 3 Jonathan Druart 2021-08-19 07:51:21 UTC
Patch moved to bug 28819.