Bug 33565

Summary: Use template wrapper for breadcrumbs: Tags
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: barbara.johnson, testopia
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.05.00,22.11.06
Circulation function:
Bug Depends on: 32507    
Bug Blocks:    
Attachments: Bug 33565: Use template wrapper for breadcrumbs: Tags
Bug 33565: Use template wrapper for breadcrumbs: Tags
Bug 33565: Use template wrapper for breadcrumbs: Tags
Bug 33565: Use template wrapper for breadcrumbs: Tags

Description Owen Leonard 2023-04-19 18:44:51 UTC
To continue the process started by Bug 32507, this patch will update tags templates so that they use the new template wrapper for breadcrumbs.

- tags/list.tt
- tags/review.tt
Comment 1 Owen Leonard 2023-04-19 18:49:35 UTC
Created attachment 149911 [details] [review]
Bug 33565: Use template wrapper for breadcrumbs: Tags

This patch updates two tags templates so that they use the new
WRAPPER for displaying breadcrumbs.

To test, apply the patch and test each page and its variations.
Breadcrumbs should look correct, and each link should be correct.

- Tools ->
  - Tags
    - Click a tag to see titles with that tag
Comment 2 ByWater Sandboxes 2023-04-21 14:55:38 UTC
Created attachment 150050 [details] [review]
Bug 33565: Use template wrapper for breadcrumbs: Tags

This patch updates two tags templates so that they use the new
WRAPPER for displaying breadcrumbs.

To test, apply the patch and test each page and its variations.
Breadcrumbs should look correct, and each link should be correct.

- Tools ->
  - Tags
    - Click a tag to see titles with that tag

Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov>
Comment 3 ByWater Sandboxes 2023-04-21 15:33:38 UTC
Created attachment 150055 [details] [review]
Bug 33565: Use template wrapper for breadcrumbs: Tags

This patch updates two tags templates so that they use the new
WRAPPER for displaying breadcrumbs.

To test, apply the patch and test each page and its variations.
Breadcrumbs should look correct, and each link should be correct.

- Tools ->
  - Tags
    - Click a tag to see titles with that tag

Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov>
Comment 4 Lucas Gass (lukeg) 2023-04-21 16:00:15 UTC
Created attachment 150058 [details] [review]
Bug 33565: Use template wrapper for breadcrumbs: Tags

This patch updates two tags templates so that they use the new
WRAPPER for displaying breadcrumbs.

To test, apply the patch and test each page and its variations.
Breadcrumbs should look correct, and each link should be correct.

- Tools ->
  - Tags
    - Click a tag to see titles with that tag

Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Comment 5 Tomás Cohen Arazi (tcohen) 2023-04-24 13:50:13 UTC
Pushed to master for 23.05.

Nice work everyone, thanks!
Comment 6 Jacob O'Mara 2023-05-10 12:55:00 UTC
Nice work, thanks everyone!

Pushed to 22.11.x for the next release.