Bug 39663 - Patrons entry in additional fields has wrong header
Summary: Patrons entry in additional fields has wrong header
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Pedro Amorim
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on: 38662
Blocks:
  Show dependency treegraph
 
Reported: 2025-04-17 08:43 UTC by Pedro Amorim
Modified: 2025-04-22 06:51 UTC (History)
3 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: String patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
This fixes the heading level for Koha administration > Additional parameters > Additional fields > Patrons - from an H3 to an H2 (follow-up to Bug 38662 - Additional fields admin page hard to read).
Version(s) released in:
25.05.00
Circulation function:


Attachments
Bug 39663: Fiz header element for Patrons (1.34 KB, patch)
2025-04-17 08:45 UTC, Pedro Amorim
Details | Diff | Splinter Review
Bug 39663: Fix header element for Patrons (1.39 KB, patch)
2025-04-21 13:45 UTC, David Nind
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro Amorim 2025-04-17 08:43:57 UTC

    
Comment 1 Pedro Amorim 2025-04-17 08:45:09 UTC
Created attachment 181052 [details] [review]
Bug 39663: Fiz header element for Patrons

Commit https://github.com/Koha-Community/Koha/commit/f42df40 renamed 'Members' to 'Patrons' but didnt adjust h3->h2 as it did with every other entry in this page

Signed-off-by: Pedro Amorim <pedro.amorim@openfifth.co.uk>
Comment 2 David Nind 2025-04-21 13:45:54 UTC
Created attachment 181218 [details] [review]
Bug 39663: Fix header element for Patrons

Commit https://github.com/Koha-Community/Koha/commit/f42df40 renamed 'Members' to 'Patrons' but didnt adjust h3->h2 as it did with every other entry in this page

Signed-off-by: Pedro Amorim <pedro.amorim@openfifth.co.uk>
Signed-off-by: David Nind <david@davidnind.com>
Comment 3 David Nind 2025-04-21 13:49:36 UTC
I fixed the commit message title: Fiz -> Fix

I added my sign-off as well, although probably not needed.
Comment 4 Katrin Fischer 2025-04-22 06:40:21 UTC
Thanks David! :)
Comment 5 Katrin Fischer 2025-04-22 06:51:00 UTC
Pushed for 25.05!

Well done everyone, thank you!