Summary: | Inconsistencies in Identity providers/domains page titles, breadcrumbs, and header | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | fridolin.somers |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.11.00
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 34396 | ||
Attachments: |
Bug 34406: Fix inconsistencies in Identity providers/domains page titles, breadcrumbs, and headers
Bug 34406: Fix inconsistencies in Identity providers/domains page titles, breadcrumbs, and headers Bug 34406: Fix inconsistencies in Identity providers/domains page titles, breadcrumbs, and headers Bug 34406: (QA follow-up) Add another "Identity provier" to "domains" |
Description
Caroline Cyr La Rose
2023-07-25 21:13:33 UTC
Created attachment 156622 [details] [review] Bug 34406: Fix inconsistencies in Identity providers/domains page titles, breadcrumbs, and headers This patch fixes some inconsistencies in the templates for identity providers and identity provider domains, making sure the page title, breadcrumb navigation, and page headers are consistent with each other. To test, apply the patch and check these views: - Administration -> Identity providers - New identity provider - Edit identity provider - Confirm deletion of identity provider - Manage domains - New domain - Edit domain - Confirm deletion of domain Created attachment 158021 [details] [review] Bug 34406: Fix inconsistencies in Identity providers/domains page titles, breadcrumbs, and headers This patch fixes some inconsistencies in the templates for identity providers and identity provider domains, making sure the page title, breadcrumb navigation, and page headers are consistent with each other. To test, apply the patch and check these views: - Administration -> Identity providers - New identity provider - Edit identity provider - Confirm deletion of identity provider - Manage domains - New domain - Edit domain - Confirm deletion of domain Signed-off-by: David Nind <david@davidnind.com> Looking at how the rest of the patch changes things, should this not read "Identify provider domains for ..."? + <span>[% tx("Domains for '{identity_provider_code}'", {identity_provider_code = identity_provider_code}) | html %]</span> Created attachment 158221 [details] [review] Bug 34406: Fix inconsistencies in Identity providers/domains page titles, breadcrumbs, and headers This patch fixes some inconsistencies in the templates for identity providers and identity provider domains, making sure the page title, breadcrumb navigation, and page headers are consistent with each other. To test, apply the patch and check these views: - Administration -> Identity providers - New identity provider - Edit identity provider - Confirm deletion of identity provider - Manage domains - New domain - Edit domain - Confirm deletion of domain Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 158222 [details] [review] Bug 34406: (QA follow-up) Add another "Identity provier" to "domains" Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 23.11. Nice work everyone, thanks! I prefer not to backport to avoid translation work |