Bug 28878 - Advanced search button on mainpage.pl incorrectly links to item search
Summary: Advanced search button on mainpage.pl incorrectly links to item search
Status: RESOLVED MOVED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Fridolin Somers
QA Contact: Testopia
URL:
Keywords:
Depends on: 28819
Blocks:
  Show dependency treegraph
 
Reported: 2021-08-18 11:03 UTC by Sally
Modified: 2021-08-19 07:51 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 28878: Fix advanced search button on mainpage.pl incorrectly links to item search (1.55 KB, patch)
2021-08-19 06:38 UTC, Fridolin Somers
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.