Summary: | Link to advanced search form in acquisitions is missing | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Staff interface | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | blocker | ||
Priority: | P5 - low | CC: | gmcharlt, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33014 | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.11.00
|
|
Circulation function: | |||
Bug Depends on: | 30952 | ||
Bug Blocks: | |||
Attachments: |
Bug 31936: Restore link to advanced search in acquisitions header
Bug 31936: Restore link to advanced search in acquisitions header Bug 31936: Restore link to advanced search in acquisitions header |
Description
Katrin Fischer
2022-10-24 09:57:31 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. 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> 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. 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> Pushed to master for 22.11. Nice work everyone, thanks! |