Summary: | Improve specificity of breadcrumbs in Additional Contents | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | kyle |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
21.11.00
|
|
Circulation function: | |||
Bug Depends on: | 24387 | ||
Bug Blocks: | |||
Attachments: |
Bug 29041: Improve specificity of breadcrumbs in Additional Contents
Bug 29041: Improve specificity of breadcrumbs in Additional Contents Bug 29041: (follow-up) Expand the scope of changes Bug 29041: Improve specificity of breadcrumbs in Additional Contents Bug 29041: (follow-up) Expand the scope of changes |
Description
Owen Leonard
2021-09-16 15:11:04 UTC
Created attachment 124940 [details] [review] Bug 29041: Improve specificity of breadcrumbs in Additional Contents This patch adds a link to news or HTML customizations in the breadcrumbs navigation depending on which category of content you're adding or editing. To test, apply the patch and go to Tools -> News. - Begin the process of adding a news item. - In the breadcrumbs menu you should see: Additional contents > News > Add additional content - Clicking "News" should return you to the view of news items. - Test the same process in "HTML customizations." Created attachment 124977 [details] [review] Bug 29041: Improve specificity of breadcrumbs in Additional Contents This patch adds a link to news or HTML customizations in the breadcrumbs navigation depending on which category of content you're adding or editing. To test, apply the patch and go to Tools -> News. - Begin the process of adding a news item. - In the breadcrumbs menu you should see: Additional contents > News > Add additional content - Clicking "News" should return you to the view of news items. - Test the same process in "HTML customizations." Signed-off-by: David Nind <david@davidnind.com> I like the hierarchy in this new link: Home > Tools > Additional contents > HTML customizations > Add additional content I think it would be nice to make the start page of the tools the same instead of having the HTML or news part in (): Homen > Tools > Additional contents (HTML customizations) Could we make the change there as well for more consistency? Created attachment 125368 [details] [review] Bug 29041: (follow-up) Expand the scope of changes This patch expands the scope of the original changes to add consistency to the non-edit views. Created attachment 125650 [details] [review] Bug 29041: Improve specificity of breadcrumbs in Additional Contents This patch adds a link to news or HTML customizations in the breadcrumbs navigation depending on which category of content you're adding or editing. To test, apply the patch and go to Tools -> News. - Begin the process of adding a news item. - In the breadcrumbs menu you should see: Additional contents > News > Add additional content - Clicking "News" should return you to the view of news items. - Test the same process in "HTML customizations." Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 125651 [details] [review] Bug 29041: (follow-up) Expand the scope of changes This patch expands the scope of the original changes to add consistency to the non-edit views. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Nice improvement - thx for the follow-up! Pushed to master for 21.11, thanks to everybody involved! |