Bug 39237

Summary: HTML title in head tag doesn't correspond to page title of the "Your summary" page in OPAC
Product: Koha Reporter: Nina Martinez <nina.martinez>
Component: AccessibilityAssignee: Nina Martinez <nina.martinez>
Status: Pushed to main --- QA Contact: Katrin Fischer <katrin.fischer>
Severity: enhancement    
Priority: P5 - low CC: julian.maurice, martin.renvoize, matt.blenkinsop, oleonard, phil
Version: Main   
Hardware: All   
OS: All   
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:
Bug Depends on:    
Bug Blocks: 23003    
Attachments: Bug 39237: Change opac-user title to "Your summary"
Bug 39237: Change opac-user title to "Your summary"
Bug 39237: (follow-up) Fix selenium tests
Bug 39237: (follow-up) Fix selenium tests

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 :)