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 interface | Assignee: | 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
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. 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. 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> Pushed for 24.11! Well done everyone, thank you! |