Bug 37753

Summary: Navigation links when editing authority type subfields are in plain text instead of the tabbed style
Product: Koha Reporter: David Nind <david>
Component: Staff interfaceAssignee: Eric Garcia <cubingguy714>
Status: Pushed to main --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: cubingguy714, gmcharlt, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37752
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:
Bug Depends on: 35402    
Bug Blocks:    
Attachments: Bug 37753: Fixed navigation links when editing authority type subfields
Bug 37753: Fixed navigation links when editing authority type subfields

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!