Bug 35850 - Use template wrapper for tabs: Header search forms
Summary: Use template wrapper for tabs: Header search forms
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Martin Renvoize
URL:
Keywords:
Depends on: 32571
Blocks: 36469 36490
  Show dependency treegraph
 
Reported: 2024-01-19 13:42 UTC by Owen Leonard
Modified: 2024-04-26 20:46 UTC (History)
2 users (show)

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


Attachments
Bug 35850: Use template wrapper for tabs: Header search forms (92.13 KB, patch)
2024-01-22 16:00 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 35850: Use template wrapper for tabs: Header search forms (92.18 KB, patch)
2024-01-23 14:20 UTC, Biblibre Sandboxes
Details | Diff | Splinter Review
Bug 35850: Use template wrapper for tabs: Header search forms (92.30 KB, patch)
2024-01-26 10:02 UTC, Martin Renvoize
Details | Diff | Splinter Review
Bug 35850: Use template wrapper for tabs: Header search forms (92.88 KB, patch)
2024-03-20 10:39 UTC, Owen Leonard
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2024-01-19 13:42:31 UTC
Continuing the work of Bug 32571, I would like to update the header search form include files in the staff client to use the new WRAPPER for tabs
Comment 1 Owen Leonard 2024-01-22 16:00:37 UTC Comment hidden (obsolete)
Comment 2 Biblibre Sandboxes 2024-01-23 14:20:56 UTC Comment hidden (obsolete)
Comment 3 Martin Renvoize 2024-01-26 10:02:48 UTC Comment hidden (obsolete)
Comment 4 Martin Renvoize 2024-01-26 10:04:25 UTC
Great work, Passing QA
Comment 5 Owen Leonard 2024-03-20 10:39:00 UTC
Created attachment 163520 [details] [review]
Bug 35850: Use template wrapper for tabs: Header search forms

This patch updates search header includes so that the tabs use WRAPPER
to build markup.

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

Test at least one page which uses each updated search include. Search
header tabs should look correct and work correctly.

- Acquisitions
  - Suggestions
- Administration
    - Budgets and funds
    - Cities
    - Currencies
    - Desks
    - Patron categories
    - System preferences
    - Z39.50
- Advanced search
- Authorities
- Bibliographic detail page
- Cataloging home page
- Check in
- Check out
- Acquisitions -> Vendor -> Contracts
- ERM
- Staff interface home page
- Serials
- Tool -> Notices

Signed-off-by: Martin AUBEUT <martin.aubeut@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 6 Katrin Fischer 2024-03-22 14:48:30 UTC
Pushed for 24.05!

Well done everyone, thank you!
Comment 7 Katrin Fischer 2024-03-23 07:21:48 UTC
It looks like we broke some cypress tests with this one because IDs changed:
t/cypress/integration/ERM/Searchbar_spec.ts
Comment 8 Katrin Fischer 2024-03-25 08:16:39 UTC
Working on a fix.
Comment 9 Katrin Fischer 2024-03-25 08:30:10 UTC
Follow-up will be pushed to master.