Bug 27610 - Accessibility: OPAC - h1 on each page is Logo but should be page description/title
Summary: Accessibility: OPAC - h1 on each page is Logo but should be page description/...
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: wainuiwitikapark
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 27740 27876 28242
  Show dependency treegraph
 
Reported: 2021-02-03 21:14 UTC by wainuiwitikapark
Modified: 2021-12-13 21:13 UTC (History)
7 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
21.05.00


Attachments
Bug 27610: Changed <h1> around logo to <div> (1.85 KB, patch)
2021-02-03 22:50 UTC, wainuiwitikapark
Details | Diff | Splinter Review
Bug 27610: Changed pages of OPAC to have a <h1> (55.45 KB, patch)
2021-02-18 22:51 UTC, wainuiwitikapark
Details | Diff | Splinter Review
Bug 27610: (follow-up) Hide <h1> on opac-main.tt (1.94 KB, patch)
2021-03-05 00:17 UTC, Hayley Pelham
Details | Diff | Splinter Review
Bug 27610: Changed <h1> around logo to <div> (1.91 KB, patch)
2021-03-05 01:00 UTC, Hayley Pelham
Details | Diff | Splinter Review
Bug 27610: Changed <h1> around logo to <div> (1.91 KB, patch)
2021-03-05 01:01 UTC, Hayley Pelham
Details | Diff | Splinter Review
Bug 27610: Changed pages of OPAC to have a <h1> (55.51 KB, patch)
2021-03-05 01:02 UTC, Hayley Pelham
Details | Diff | Splinter Review
Bug 27610: (follow-up) Hide <h1> on opac-main.tt (1.94 KB, patch)
2021-03-05 01:02 UTC, Hayley Pelham
Details | Diff | Splinter Review
Bug 27610: (follow-up) Hide <h1> on opac-main.tt (1.39 KB, patch)
2021-03-11 01:16 UTC, wainuiwitikapark
Details | Diff | Splinter Review
Bug 27610: Changed <h1> around logo to <div> (1.91 KB, patch)
2021-03-17 20:32 UTC, Hayley Pelham
Details | Diff | Splinter Review
Bug 27610: Changed pages of OPAC to have a <h1> (55.51 KB, patch)
2021-03-17 20:33 UTC, Hayley Pelham
Details | Diff | Splinter Review
Bug 27610: (follow-up) Hide <h1> on opac-main.tt (1.36 KB, patch)
2021-03-17 20:34 UTC, Hayley Pelham
Details | Diff | Splinter Review
Bug 27610: Changed <h1> around logo to <div> (1.96 KB, patch)
2021-03-17 22:45 UTC, Henry Bolshaw
Details | Diff | Splinter Review
Bug 27610: Changed pages of OPAC to have a <h1> (55.57 KB, patch)
2021-03-17 22:45 UTC, Henry Bolshaw
Details | Diff | Splinter Review
Bug 27610: (follow-up) Hide <h1> on opac-main.tt (1.41 KB, patch)
2021-03-17 22:45 UTC, Henry Bolshaw
Details | Diff | Splinter Review
Bug 27610: Changed <h1> around logo to <div> (2.01 KB, patch)
2021-03-25 10:08 UTC, Martin Renvoize
Details | Diff | Splinter Review
Bug 27610: Changed pages of OPAC to have a <h1> (55.24 KB, patch)
2021-03-25 10:08 UTC, Martin Renvoize
Details | Diff | Splinter Review
Bug 27610: (follow-up) Hide <h1> on opac-main.tt (1.48 KB, patch)
2021-03-25 10:08 UTC, Martin Renvoize
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description wainuiwitikapark 2021-02-03 21:14:34 UTC
The main heading <h1> of each page in Koha should describe the topic or purpose of the page. At the moment, the <h1> of each page looks like:

<h1 id="logo">
 <a class="navbar-brand" href="/cgi-bin/koha/opac-main.pl">
  Library Name</a>
</h1>

It makes more sense and would be more helpful to ensure the heading has a descriptor of the page that they're on, rather than no description surrounding a link containing the name of the library.

The following WCAG2.1 page explains this further:
https://www.w3.org/WAI/WCAG21/Techniques/general/G130

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25155#c12
raises a question of what navigation items should be if h1 is move to the main content, and here is a page which shows that it is acceptable to have h2 that come before the h1 in the content, see example 2:
https://www.w3.org/WAI/tutorials/page-structure/headings/

First, let's remove the <h1> tag from around the Logo link

This bug will depend on correcting the headings on each page of the OPAC
Comment 1 wainuiwitikapark 2021-02-03 22:50:00 UTC
Created attachment 116296 [details] [review]
Bug 27610: Changed <h1> around logo to <div>

To test:
1) Look at OPAC and the logo
2) Apply patch
3) Check Koha logo looks the same as before applying the patch
4) Ensure page source shows logo inside <div> and not <h1>

Sponsored-by: Catalyst IT
Comment 2 Lucas Gass 2021-02-04 15:22:38 UTC
Should we do the same thing in the staff client?
Comment 3 wainuiwitikapark 2021-02-04 20:29:32 UTC
(In reply to Lucas Gass from comment #2)
> Should we do the same thing in the staff client?

Yes definitely, I will make a bug report for it now.
Comment 4 wainuiwitikapark 2021-02-04 20:36:23 UTC
(In reply to Lucas Gass from comment #2)
> Should we do the same thing in the staff client?

(In reply to wainuiwitikapark from comment #3)
> (In reply to Lucas Gass from comment #2)
> > Should we do the same thing in the staff client?
> 
> Yes definitely, I will make a bug report for it now.

Please see https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27631 for the Staff Client version of this bug
Comment 5 wainuiwitikapark 2021-02-18 22:51:13 UTC
Created attachment 117017 [details] [review]
Bug 27610: Changed pages of OPAC to have a <h1>

Changed each of the pages in the OPAC to have one <h1> tag showing that describes the page, rather than the <h1> describing the logo.

The hierarchy of heading tags may be broken in many pages, but this will be dealt with in a follow up patch or bug.

To test:
1) Go to the OPAC
2) Apply patch
3) Go to each of the pages and check that they have an obvious and
descriptive heading
4) Ensure that the heading in the page is <h1>

Sponsored by: Catalyst IT
Comment 6 Lucas Gass 2021-03-04 15:27:18 UTC
Looking good! 

One area that is a bit odd looking now is OPAC purchase suggestions. Now there is an h1 and and h2 with very similar text. Can this be fixed?

https://snipboard.io/SCFALO.jpg
Comment 7 wainuiwitikapark 2021-03-04 20:51:33 UTC
(In reply to Lucas Gass from comment #6)
> Looking good! 
> 
> One area that is a bit odd looking now is OPAC purchase suggestions. Now
> there is an h1 and and h2 with very similar text. Can this be fixed?
> 
> https://snipboard.io/SCFALO.jpg

Hi Lucas! Thanks for your comment! Yes that is definitely very redundant. However, the aim of this bug was to just ensure that there is one <h1> heading on each page of the OPAC. Then the Bug 27740 ensures the structure and hierarchy of the headings under <h1> are correct. Neither of those are specifically dealing with redundancy of headings and/or whether or not headings under <h1> are actually headings (i.e. there are currently some errors and alerts that are <h> tags that shouldn't actually be headings). Therefore, I think if you want to make a follow up patch about this particular issue, that depends on this Bug 27610 and Bug 27740, that would probably be the best way to go. Great spotting though and appreciate the feedback!
Comment 8 wainuiwitikapark 2021-03-04 22:47:39 UTC
(In reply to wainuiwitikapark from comment #7)
> (In reply to Lucas Gass from comment #6)
> > Looking good! 
> > 
> > One area that is a bit odd looking now is OPAC purchase suggestions. Now
> > there is an h1 and and h2 with very similar text. Can this be fixed?
> > 
> > https://snipboard.io/SCFALO.jpg
> 
> Hi Lucas! Thanks for your comment! Yes that is definitely very redundant.
> However, the aim of this bug was to just ensure that there is one <h1>
> heading on each page of the OPAC. Then the Bug 27740 ensures the structure
> and hierarchy of the headings under <h1> are correct. Neither of those are
> specifically dealing with redundancy of headings and/or whether or not
> headings under <h1> are actually headings (i.e. there are currently some
> errors and alerts that are <h> tags that shouldn't actually be headings).
> Therefore, I think if you want to make a follow up patch about this
> particular issue, that depends on this Bug 27610 and Bug 27740, that would
> probably be the best way to go. Great spotting though and appreciate the
> feedback!

Hey again, on second thought, I'll just make a new bug myself that deals with things like redundancy of page titles and then I will also make another bug about things that shouldn't be headings. Watch this space for the new bugs :) I'll make them soon.
Comment 9 Hayley Pelham 2021-03-05 00:17:48 UTC
Created attachment 117769 [details] [review]
Bug 27610: (follow-up) Hide <h1> on opac-main.tt

This patch visually hides the <h1> on opac-main.tt so that libraries'
customisations of their home pages are not disturbed by the introduction
of a descriptive <h1>, but the heading is still available to be read out
by screenreaders in the summary of headings on the page.

Test plan:
1) Apply dependencies and all patches on this bug report
2) Observe a new heading level 1 'Home' on the OPAC main page
2) Apply this patch
3) Observe the heading is hidden visually, but in the source code you can see it
is in the correct hierarchy and it is more descriptive 'Koha home'

Sponsored-by: Catalyst IT
Comment 10 Hayley Pelham 2021-03-05 01:00:20 UTC
Created attachment 117772 [details] [review]
Bug 27610: Changed <h1> around logo to <div>

To test:
1) Look at OPAC and the logo
2) Apply patch
3) Check Koha logo looks the same as before applying the patch
4) Ensure page source shows logo inside <div> and not <h1>

Sponsored-by: Catalyst IT

Signed-off-by: Hayley Pelham <hayleypelham@catalyst.net.nz>
Comment 11 Hayley Pelham 2021-03-05 01:01:35 UTC
Created attachment 117773 [details] [review]
Bug 27610: Changed <h1> around logo to <div>

To test:
1) Look at OPAC and the logo
2) Apply patch
3) Check Koha logo looks the same as before applying the patch
4) Ensure page source shows logo inside <div> and not <h1>

Sponsored-by: Catalyst IT

Signed-off-by: Hayley Pelham <hayleypelham@catalyst.net.nz>
Comment 12 Hayley Pelham 2021-03-05 01:02:12 UTC
Created attachment 117774 [details] [review]
Bug 27610: Changed pages of OPAC to have a <h1>

Changed each of the pages in the OPAC to have one <h1> tag showing that describes the page, rather than the <h1> describing the logo.

The hierarchy of heading tags may be broken in many pages, but this will be dealt with in a follow up patch or bug.

To test:
1) Go to the OPAC
2) Apply patch
3) Go to each of the pages and check that they have an obvious and
descriptive heading
4) Ensure that the heading in the page is <h1>

Sponsored by: Catalyst IT

Signed-off-by: Hayley Pelham <hayleypelham@catalyst.net.nz>
Comment 13 Hayley Pelham 2021-03-05 01:02:38 UTC
Created attachment 117775 [details] [review]
Bug 27610: (follow-up) Hide <h1> on opac-main.tt

This patch visually hides the <h1> on opac-main.tt so that libraries'
customisations of their home pages are not disturbed by the introduction
of a descriptive <h1>, but the heading is still available to be read out
by screenreaders in the summary of headings on the page.

Test plan:
1) Apply dependencies and all patches on this bug report
2) Observe a new heading level 1 'Home' on the OPAC main page
2) Apply this patch
3) Observe the heading is hidden visually, but in the source code you can see it
is in the correct hierarchy and it is more descriptive 'Koha home'

Sponsored-by: Catalyst IT
Comment 14 Hayley Pelham 2021-03-05 01:04:41 UTC
Hello everyone,

I've signed off this patch set also to indicate that I've tested it and semantically everything is looking good.

As the goal for this bug is to correct the existing hierarchy of headings, we can deal with any redundancy (or locations where headings are used they perhaps shouldn't be) on Bug 27876.

As Wainui and I are both with Catalyst IT it'd be great if someone could take a look at this and sign it and its block Bug 27740 off or provide some feedback!
Comment 15 wainuiwitikapark 2021-03-05 01:15:27 UTC
(In reply to Lucas Gass from comment #6)
> Looking good! 
> 
> One area that is a bit odd looking now is OPAC purchase suggestions. Now
> there is an h1 and and h2 with very similar text. Can this be fixed?
> 
> https://snipboard.io/SCFALO.jpg

Hi Lucas, I have now made Bug 27876 and Bug 27877 to deal with redundancies.
Comment 16 Henry Bolshaw 2021-03-08 17:29:24 UTC
This is great work, it's awesome to see people working on accessibility improvements!

I think we would want the <h1> on the OPAC main page to be visible to screenreaders and I think they ignore content with "display:none" (please correct me if I'm wrong!)

I recently learnt that Bootstrap has a built-in screenreader only class: ".sr-only". Can we use that instead?

https://getbootstrap.com/docs/4.0/utilities/screenreaders/
Comment 17 wainuiwitikapark 2021-03-08 20:28:20 UTC
(In reply to Henry Bolshaw from comment #16)
> This is great work, it's awesome to see people working on accessibility
> improvements!
> 
> I think we would want the <h1> on the OPAC main page to be visible to
> screenreaders and I think they ignore content with "display:none" (please
> correct me if I'm wrong!)
> 
> I recently learnt that Bootstrap has a built-in screenreader only class:
> ".sr-only". Can we use that instead?
> 
> https://getbootstrap.com/docs/4.0/utilities/screenreaders/

Hi Henry, thanks so much for your feedback! 

Owen also pointed this out in the comments on Bug 27740 so we will definitely work on amending that!
Comment 18 Lucas Gass 2021-03-10 15:34:40 UTC
I'm also wondering about the <h1>Home</h1> that is being added to opac-main.tt. Sites with existing designs are going to want to hide this or change the language. 

Since there is a custom content block there ( OPACMainUSerBlock ) would it be unreasonable to expect librarians to add their own h1 here? 

At the very least this should include a id/class so it can be easy to target for hiding or editing the text via jQuery.
Comment 19 Katrin Fischer 2021-03-10 15:48:35 UTC
(In reply to Lucas Gass from comment #18)
> I'm also wondering about the <h1>Home</h1> that is being added to
> opac-main.tt. Sites with existing designs are going to want to hide this or
> change the language. 
> 
> Since there is a custom content block there ( OPACMainUSerBlock ) would it
> be unreasonable to expect librarians to add their own h1 here? 
> 
> At the very least this should include a id/class so it can be easy to target
> for hiding or editing the text via jQuery.

Maybe content in OpacMainUserBlock if set could replace the default h1?
Comment 20 Lucas Gass 2021-03-10 16:12:44 UTC
> Maybe content in OpacMainUserBlock if set could replace the default h1?

+1
Comment 21 Hayley Pelham 2021-03-10 20:35:07 UTC
I don't think we should be relying on users to set an <h1>, and it's important as this is the home page that a top level heading indicating this is here.

As noted in comments above, we can use the class .sr-only to hide the heading instead of display:none.

I agree that it should be hidden, which is why we wrote a patch to do so.
Comment 22 wainuiwitikapark 2021-03-11 01:16:18 UTC
Created attachment 118084 [details] [review]
Bug 27610: (follow-up) Hide <h1> on opac-main.tt

This patch visually hides the <h1> on opac-main.tt so that libraries' customisations of their home pages are not disturbed by the introduction of a descriptive <h1>, but the heading is still available to be read out by screenreaders in the summary of headings on the page.

Test plan:

1) Apply dependencies and all patches on this bug report
3) Ensure the <h1> "Koha home" heading on the OPAC main/home page is hidden visually, but in the source code you can see it

Sponsored-by: Catalyst IT
Comment 23 Henry Bolshaw 2021-03-17 10:18:45 UTC
Sorry, Patch 118084 -  Bug 27610: (follow-up) Hide <h1> on opac-main.tt - doesn't apply.
Comment 24 Hayley Pelham 2021-03-17 20:27:18 UTC
It's just a one line change, changing the class over to the one that's been suggested.

If you can fix the merge conflict manually that'd be great, otherwise we'll be on that shortly!
Comment 25 Hayley Pelham 2021-03-17 20:32:56 UTC
Created attachment 118445 [details] [review]
Bug 27610: Changed <h1> around logo to <div>

To test:
1) Look at OPAC and the logo
2) Apply patch
3) Check Koha logo looks the same as before applying the patch
4) Ensure page source shows logo inside <div> and not <h1>

Sponsored-by: Catalyst IT

Signed-off-by: Hayley Pelham <hayleypelham@catalyst.net.nz>
Comment 26 Hayley Pelham 2021-03-17 20:33:25 UTC
Created attachment 118446 [details] [review]
Bug 27610: Changed pages of OPAC to have a <h1>

Changed each of the pages in the OPAC to have one <h1> tag showing that describes the page, rather than the <h1> describing the logo.

The hierarchy of heading tags may be broken in many pages, but this will be dealt with in a follow up patch or bug.

To test:
1) Go to the OPAC
2) Apply patch
3) Go to each of the pages and check that they have an obvious and
descriptive heading
4) Ensure that the heading in the page is <h1>

Sponsored by: Catalyst IT

Signed-off-by: Hayley Pelham <hayleypelham@catalyst.net.nz>
Comment 27 Hayley Pelham 2021-03-17 20:34:16 UTC
Created attachment 118447 [details] [review]
Bug 27610: (follow-up) Hide <h1> on opac-main.tt

This patch visually hides the <h1> on opac-main.tt so that libraries' customisations of their home pages are not disturbed by the introduction of a descriptive <h1>, but the heading is still available to be read out by screenreaders in the summary of headings on the page.

Test plan:

1) Apply dependencies and all patches on this bug report
3) Ensure the <h1> "Koha home" heading on the OPAC main/home page is hidden visually, but in the source code you can see it

Sponsored-by: Catalyst IT
Comment 28 Hayley Pelham 2021-03-17 20:34:58 UTC
Have solved the merge conflict in the follow-up, ready for sign off again!
Comment 29 Henry Bolshaw 2021-03-17 22:45:32 UTC
Created attachment 118449 [details] [review]
Bug 27610: Changed <h1> around logo to <div>

To test:
1) Look at OPAC and the logo
2) Apply patch
3) Check Koha logo looks the same as before applying the patch
4) Ensure page source shows logo inside <div> and not <h1>

Sponsored-by: Catalyst IT

Signed-off-by: Hayley Pelham <hayleypelham@catalyst.net.nz>

Signed-off-by: Henry Bolshaw <bolshawh@parliament.uk>
Comment 30 Henry Bolshaw 2021-03-17 22:45:37 UTC
Created attachment 118450 [details] [review]
Bug 27610: Changed pages of OPAC to have a <h1>

Changed each of the pages in the OPAC to have one <h1> tag showing that describes the page, rather than the <h1> describing the logo.

The hierarchy of heading tags may be broken in many pages, but this will be dealt with in a follow up patch or bug.

To test:
1) Go to the OPAC
2) Apply patch
3) Go to each of the pages and check that they have an obvious and
descriptive heading
4) Ensure that the heading in the page is <h1>

Sponsored by: Catalyst IT

Signed-off-by: Hayley Pelham <hayleypelham@catalyst.net.nz>

Signed-off-by: Henry Bolshaw <bolshawh@parliament.uk>
Comment 31 Henry Bolshaw 2021-03-17 22:45:42 UTC
Created attachment 118451 [details] [review]
Bug 27610: (follow-up) Hide <h1> on opac-main.tt

This patch visually hides the <h1> on opac-main.tt so that libraries' customisations of their home pages are not disturbed by the introduction of a descriptive <h1>, but the heading is still available to be read out by screenreaders in the summary of headings on the page.

Test plan:

1) Apply dependencies and all patches on this bug report
3) Ensure the <h1> "Koha home" heading on the OPAC main/home page is hidden visually, but in the source code you can see it

Sponsored-by: Catalyst IT

Signed-off-by: Henry Bolshaw <bolshawh@parliament.uk>
Comment 32 Henry Bolshaw 2021-03-17 22:51:41 UTC
"If you can fix the merge conflict manually that'd be great, otherwise we'll be on that shortly!"

Sorry Hadley, I wasn't confident enough to do that. (Git bz terrifies me - frankly, I'm amazed I managed to sign off the patches.) Thanks for the quick fix!

I agree that we shouldn't rely on users to set an <h1>.
Comment 33 Hayley Pelham 2021-03-17 23:01:56 UTC
Hehe that's not a problem!
Thanks for signing off the patches! :)
Comment 34 Henry Bolshaw 2021-03-17 23:39:32 UTC
Argh, Hayley, I just noticed I misspelt your name in my previous comment - sorry!
Comment 35 Hayley Pelham 2021-03-17 23:45:29 UTC
(In reply to Henry Bolshaw from comment #34)
> Argh, Hayley, I just noticed I misspelt your name in my previous comment -
> sorry!

Not a worry! Happens all the time! :)
Comment 36 Martin Renvoize 2021-03-25 10:08:33 UTC
Created attachment 118773 [details] [review]
Bug 27610: Changed <h1> around logo to <div>

To test:
1) Look at OPAC and the logo
2) Apply patch
3) Check Koha logo looks the same as before applying the patch
4) Ensure page source shows logo inside <div> and not <h1>

Sponsored-by: Catalyst IT
Signed-off-by: Hayley Pelham <hayleypelham@catalyst.net.nz>
Signed-off-by: Henry Bolshaw <bolshawh@parliament.uk>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 37 Martin Renvoize 2021-03-25 10:08:36 UTC
Created attachment 118774 [details] [review]
Bug 27610: Changed pages of OPAC to have a <h1>

Changed each of the pages in the OPAC to have one <h1> tag showing that describes the page, rather than the <h1> describing the logo.

The hierarchy of heading tags may be broken in many pages, but this will be dealt with in a follow up patch or bug.

To test:
1) Go to the OPAC
2) Apply patch
3) Go to each of the pages and check that they have an obvious and
descriptive heading
4) Ensure that the heading in the page is <h1>

Sponsored by: Catalyst IT
Signed-off-by: Hayley Pelham <hayleypelham@catalyst.net.nz>
Signed-off-by: Henry Bolshaw <bolshawh@parliament.uk>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 38 Martin Renvoize 2021-03-25 10:08:40 UTC
Created attachment 118775 [details] [review]
Bug 27610: (follow-up) Hide <h1> on opac-main.tt

This patch visually hides the <h1> on opac-main.tt so that libraries' customisations of their home pages are not disturbed by the introduction of a descriptive <h1>, but the heading is still available to be read out by screenreaders in the summary of headings on the page.

Test plan:

1) Apply dependencies and all patches on this bug report
3) Ensure the <h1> "Koha home" heading on the OPAC main/home page is hidden visually, but in the source code you can see it

Sponsored-by: Catalyst IT
Signed-off-by: Henry Bolshaw <bolshawh@parliament.uk>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 39 Martin Renvoize 2021-03-25 10:12:09 UTC
So, yes.. this does leave lots of pages with bad hierarchies as it said it would. Having been down this road for the last release, that slightly scares me.. but I do completely agree with the direction it's taking us.. I really didn't like that we had H1's as the title logo everywhere when I was going through the OPAC ensuring we at least had a half reasonable hierarchy of headings.

However, given Wainui obvious continuing efforts and evidence that she's on the case.. I am happy to PQA on this bug and help shepherd through the followup bugs that resolve the issue's this bug causes.

Passing QA

Great work!
Comment 40 wainuiwitikapark 2021-03-25 20:49:58 UTC
(In reply to Martin Renvoize from comment #39)
> So, yes.. this does leave lots of pages with bad hierarchies as it said it
> would. Having been down this road for the last release, that slightly scares
> me.. but I do completely agree with the direction it's taking us.. I really
> didn't like that we had H1's as the title logo everywhere when I was going
> through the OPAC ensuring we at least had a half reasonable hierarchy of
> headings.
> 
> However, given Wainui obvious continuing efforts and evidence that she's on
> the case.. I am happy to PQA on this bug and help shepherd through the
> followup bugs that resolve the issue's this bug causes.
> 
> Passing QA
> 
> Great work!

Yay thanks Martin!

I will continue working on the rest of the headings to make sure these issues are resolved quickly!
Comment 41 Jonathan Druart 2021-04-01 16:54:07 UTC
Pushed to master for 21.05, thanks to everybody involved!
Comment 42 Fridolin Somers 2021-04-15 10:41:02 UTC
Enhancement not pushed to 20.11.x
Comment 43 Katrin Fischer 2021-05-18 13:26:22 UTC
<h1> didn't print to https://gitlab.com/koha-community/koha-release-notes/-/blob/master/release_notes_20_12_00.md, so changed the bug title removing the <>