Bug 30316 - Replace the use of jQueryUI tabs on MARC detail page
Summary: Replace the use of jQueryUI tabs on MARC detail page
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on: 29277
Blocks: 29226
  Show dependency treegraph
 
Reported: 2022-03-18 15:02 UTC by Owen Leonard
Modified: 2022-12-12 21:23 UTC (History)
3 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:
22.05.00


Attachments
Bug 30316: Replace the use of jQueryUI tabs on MARC detail page (7.36 KB, patch)
2022-03-18 15:33 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 30316: Replace the use of jQueryUI tabs on MARC detail page (7.44 KB, patch)
2022-03-21 15:29 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2022-03-18 15:02:45 UTC
As part of Bug 29226, "OMNIBUS: Replace the use of jQueryUI tabs," we should replace the use of the jQueryUI tabs component on the MARC detail page.
Comment 1 Owen Leonard 2022-03-18 15:33:13 UTC
Created attachment 131926 [details] [review]
Bug 30316: Replace the use of jQueryUI tabs on MARC detail page

This patch replaces jQueryUI tabs on the MARC detail page, replacing
them with Bootstrap tabs.

To test, apply the patch and locate a bibliographic record in the staff
client. View the MARC detail page for that record. Confirm that the
numered tabs work correctly.
Comment 2 Jonathan Druart 2022-03-21 15:29:05 UTC
Created attachment 131983 [details] [review]
Bug 30316: Replace the use of jQueryUI tabs on MARC detail page

This patch replaces jQueryUI tabs on the MARC detail page, replacing
them with Bootstrap tabs.

To test, apply the patch and locate a bibliographic record in the staff
client. View the MARC detail page for that record. Confirm that the
numered tabs work correctly.

JD amended patch: removed commented line
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 3 Fridolin Somers 2022-03-25 21:02:20 UTC
Pushed to master for 22.05, thanks to everybody involved 🦄