Bug 39237 - HTML title in head tag doesn't correspond to page title of the "Your summary" page in OPAC
Summary: HTML title in head tag doesn't correspond to page title of the "Your summary"...
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Nina Martinez
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on:
Blocks: 23003
  Show dependency treegraph
 
Reported: 2025-03-04 13:54 UTC by Nina Martinez
Modified: 2025-05-15 06:39 UTC (History)
5 users (show)

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


Attachments
Bug 39237: Change opac-user title to "Your summary" (1.24 KB, patch)
2025-03-04 14:30 UTC, Nina Martinez
Details | Diff | Splinter Review
Bug 39237: Change opac-user title to "Your summary" (1.30 KB, patch)
2025-03-15 18:16 UTC, Phil Ringnalda
Details | Diff | Splinter Review
Bug 39237: (follow-up) Fix selenium tests (2.46 KB, patch)
2025-05-09 13:25 UTC, Martin Renvoize (ashimema)
Details | Diff | Splinter Review
Bug 39237: (follow-up) Fix selenium tests (3.04 KB, patch)
2025-05-09 13:27 UTC, Martin Renvoize (ashimema)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Nina Martinez 2025-03-04 13:54:11 UTC
The title of the page is "Your library home " and should be changed to "Your Summary". 

https://www.w3.org/WAI/WCAG21/Understanding/page-titled.html
Comment 1 Nina Martinez 2025-03-04 14:30:30 UTC
Created attachment 178918 [details] [review]
Bug 39237: Change opac-user title to "Your summary"

test plan :
1- login to opac
2- check the browser window title name
3- It should start with " Your Summary "
Comment 2 Phil Ringnalda 2025-03-15 18:16:25 UTC
Created attachment 179363 [details] [review]
Bug 39237: Change opac-user title to "Your summary"

test plan :
1- login to opac
2- check the browser window title name
3- It should start with " Your Summary "

Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Comment 3 Katrin Fischer 2025-05-07 12:31:18 UTC
Pushed for 25.05!

Well done everyone, thank you!
Comment 4 Martin Renvoize (ashimema) 2025-05-09 13:25:40 UTC
Created attachment 182173 [details] [review]
Bug 39237: (follow-up) Fix selenium tests

We change the page title in the templates, but didn't update the
corrseponding selenium test

Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk>
Comment 5 Martin Renvoize (ashimema) 2025-05-09 13:27:57 UTC
Created attachment 182174 [details] [review]
Bug 39237: (follow-up) Fix selenium tests

We change the page title in the templates, but didn't update the
corrseponding selenium test

Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk>
Comment 6 Katrin Fischer 2025-05-09 14:31:38 UTC
Oh, good catch!
Comment 7 Katrin Fischer 2025-05-15 06:21:04 UTC
Follow-up was pushed to main - fixed the tests too :)