Bug 31936 - Link to advanced search form in acquisitions is missing
Summary: Link to advanced search form in acquisitions is missing
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low blocker (vote)
Assignee: Owen Leonard
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on: 30952
Blocks:
  Show dependency treegraph
 
Reported: 2022-10-24 09:57 UTC by Katrin Fischer
Modified: 2023-12-28 20:42 UTC (History)
2 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:
22.11.00


Attachments
Bug 31936: Restore link to advanced search in acquisitions header (2.26 KB, patch)
2022-10-24 13:40 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 31936: Restore link to advanced search in acquisitions header (2.31 KB, patch)
2022-10-24 13:52 UTC, David Nind
Details | Diff | Splinter Review
Bug 31936: Restore link to advanced search in acquisitions header (2.36 KB, patch)
2022-10-24 15:06 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2022-10-24 09:57:31 UTC
In acq there is an advanced search page that can be accessed by the link from the acq specific search tab. There is no link now.

Ideas:
* Add a static link to the search bar that is always visible 
* Add a link to the navigation on the left

I'd prefer doing the first or both - having easy access to this form is something we had come up in training.
Comment 1 Owen Leonard 2022-10-24 13:40:26 UTC
Created attachment 142506 [details] [review]
Bug 31936: Restore link to advanced search in acquisitions header

This patch adds back the link to the advanced order search page which
was previously in the acquisitions header search. Some CSS is tweaked to
make the form style comfortable.

To test, apply the patch and rebuild the staff interface CSS.

- Go to Acquisitions.
- In the header search form, click "Orders search"
- Click the icon in the search form to expand the additional options.
- You should see an "Advanced search" link which is the same style as
  other standard links.
- The link should take you to the order search form.
Comment 2 David Nind 2022-10-24 13:52:01 UTC
Created attachment 142507 [details] [review]
Bug 31936: Restore link to advanced search in acquisitions header

This patch adds back the link to the advanced order search page which
was previously in the acquisitions header search. Some CSS is tweaked to
make the form style comfortable.

To test, apply the patch and rebuild the staff interface CSS.

- Go to Acquisitions.
- In the header search form, click "Orders search"
- Click the icon in the search form to expand the additional options.
- You should see an "Advanced search" link which is the same style as
  other standard links.
- The link should take you to the order search form.

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Katrin Fischer 2022-10-24 15:04:20 UTC
This restores previous functionality with the same amount of clicks - so nothing to complain about. Just wish it was a little more accessible/easier to spot somehow.
Comment 4 Katrin Fischer 2022-10-24 15:06:20 UTC
Created attachment 142519 [details] [review]
Bug 31936: Restore link to advanced search in acquisitions header

This patch adds back the link to the advanced order search page which
was previously in the acquisitions header search. Some CSS is tweaked to
make the form style comfortable.

To test, apply the patch and rebuild the staff interface CSS.

- Go to Acquisitions.
- In the header search form, click "Orders search"
- Click the icon in the search form to expand the additional options.
- You should see an "Advanced search" link which is the same style as
  other standard links.
- The link should take you to the order search form.

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Comment 5 Tomás Cohen Arazi 2022-10-24 16:24:14 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!