Bug 37753 - Navigation links when editing authority type subfields are in plain text instead of the tabbed style
Summary: Navigation links when editing authority type subfields are in plain text inst...
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Eric Garcia
QA Contact: Testopia
URL:
Keywords:
Depends on: 35402
Blocks:
  Show dependency treegraph
 
Reported: 2024-08-27 23:43 UTC by David Nind
Modified: 2024-08-29 17:09 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
This fixes the navigation display when editing authority type subfields. It was displaying a plain text link for each subfield in the header, instead of the standard tabbed style. (This is related to the OPAC and staff interface Bootstrap 5 upgrade in Koha 24.11.)
Version(s) released in:
24.11.00
Circulation function:


Attachments
Bug 37753: Fixed navigation links when editing authority type subfields (2.56 KB, patch)
2024-08-28 16:02 UTC, Eric Garcia
Details | Diff | Splinter Review
Bug 37753: Fixed navigation links when editing authority type subfields (2.64 KB, patch)
2024-08-29 10:53 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 David Nind 2024-08-27 23:43:26 UTC
When editing authority subfields, the page displays plain text links in the header for the subfield navigation, instead of the standard tabbed style.

To replicate:
1. Go to Koha administration > Catalog > Authority types.
2. For any authority type, select Actions > MARC structure.
3. For any tag that has multiple subfields (for example 020 ISBN), select Actions > Subfields.
4. Select Edit for any subfield.
5. Notice that the links in the header for the subfields are in plain text (for example, 68acqzNew), instead of the standard tabbed style.

This is similar to bug 37752, but for authority types.
Comment 1 Eric Garcia 2024-08-28 16:02:32 UTC
Created attachment 170827 [details] [review]
Bug 37753: Fixed navigation links when editing authority type subfields

To test:
1. Go to Koha administration > Catalog > Authority types.
2. For any authority type, select Actions > MARC structure.
3. For any tag that has multiple subfields (for example 020 ISBN), select Actions > Subfields.
4. Select Edit for any subfield.
5. Notice that the links are now in the standard tabbed style.
Comment 2 Eric Garcia 2024-08-28 16:16:44 UTC
To test:
1. Apply patch
2. Go to Koha administration > Catalog > Authority types.
3. For any authority type, select Actions > MARC structure.
4. For any tag that has multiple subfields (for example 020 ISBN), select Actions > Subfields.
5. Select Edit for any subfield.
6. Notice that the links are now in the standard tabbed style.
Comment 3 Jonathan Druart 2024-08-29 10:53:51 UTC
Created attachment 170864 [details] [review]
Bug 37753: Fixed navigation links when editing authority type subfields

To test:
1. Go to Koha administration > Catalog > Authority types.
2. For any authority type, select Actions > MARC structure.
3. For any tag that has multiple subfields (for example 020 ISBN), select Actions > Subfields.
4. Select Edit for any subfield.
5. Notice that the links are now in the standard tabbed style.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 4 Katrin Fischer 2024-08-29 15:25:34 UTC
Pushed for 24.11!

Well done everyone, thank you!