[Bug 39420] New: Item edit breadcrumbs wrong
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39420 Bug ID: 39420 Summary: Item edit breadcrumbs wrong Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: koha-bugs@lists.koha-community.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org When you open a record detail view, this is the breadcrumb: ``` Home / Catalog / The title / Details ``` If you choose to edit its items, the breadcrumb becomes: ``` Home / Cataloging / Edit The title (Record # NN) / Items ``` So you cannot actually use the breadcrumb to go back to the detail page for the record, but instead you go to the MARC editor. I believe it should be like this instead: ``` Home / Catalog / The title / Edit items ``` If we wanted to have a shortcut for editing the MARC record, I would add a link in the breadcrumb like this: ``` Home / Catalog / The title ([edit](/the/url))/ Edit items ``` But, right now, it is super weird. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39420 --- Comment #1 from SamSowanick <sam.sowanick@corvallisoregon.gov> --- Created attachment 201341 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201341&action=edit Bug 39420: updated breadcrumb in additem.tt To test: 1. go to Record > Edit an item. 2. Note breadcrumb takes you to cataloging. 3. Apply Patch. 4. go to Record > Edit an item. 5. Note breadcrumb points back to item with option to edit item. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39420 SamSowanick <sam.sowanick@corvallisoregon.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #201341|0 |1 is obsolete| | --- Comment #2 from SamSowanick <sam.sowanick@corvallisoregon.gov> --- Created attachment 201342 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201342&action=edit Bug 39420: fixed existing syntax errors -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39420 SamSowanick <sam.sowanick@corvallisoregon.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sam.sowanick@corvallisorego | |n.gov Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39420 --- Comment #3 from Biblibre Sandboxes <sandboxes@biblibre.com> --- Created attachment 202402 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202402&action=edit Bug 39420: adjusted additem.tt breadcrumb to lead back to item Bug 39420: removed old breadcrumb - Update additem.tt Bug 39420: Removed old edit breadcrumb. Bug 39420: Fixing syntax error in END tag Signed-off-by: Gretchen <maxeinergl@gcc.edu> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39420 Gretchen Maxeiner <maxeinergl@gcc.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |maxeinergl@gcc.edu --- Comment #4 from Gretchen Maxeiner <maxeinergl@gcc.edu> --- This patch does what is needed, offering both a breadcrumb back to the bib details or to a bib edit screen. This is especially valuable since there are staff who have permission to edit items but not bibs, so the breadcrumb before was a total failure for them. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39420 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |sam.sowanick@corvallisorego |ity.org |n.gov CC| |tomascohen@gmail.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39420 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Laura.escamilla@bywatersolu | |tions.com QA Contact|testopia@bugs.koha-communit |Laura.escamilla@bywatersolu |y.org |tions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39420 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #5 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- Test plan passes. Found a tidy failure due to tab characters in additem.tt. Attached a QA follow-up replacing tabs with spaces. Passed QA with QA follow-up. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39420 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #202402|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39420 --- Comment #6 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- Created attachment 202529 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202529&action=edit Bug 39420: adjusted additem.tt breadcrumb to lead back to item Bug 39420: removed old breadcrumb - Update additem.tt Bug 39420: Removed old edit breadcrumb. Bug 39420: Fixing syntax error in END tag Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39420 --- Comment #7 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- Created attachment 202530 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202530&action=edit Bug 39420: (QA follow-up) Replace tabs with spaces Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org