[Bug 23841] New: Add a button to get from an item to it's biblio record
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23841 Bug ID: 23841 Summary: Add a button to get from an item to it's biblio record Change sponsored?: --- Product: Koha Version: 19.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: fraktik@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com I think it would be handy to have some way how to get from detailed list of items as is this: ../cgi-bin/koha/catalogue/moredetail.pl?biblionumber=61855&itemnumber=66778 to it's biblio "parent": ../cgi-bin/koha/catalogue/detail.pl?biblionumber=61855 TL&DR: Most of the time, librarians arrive to the item page trough it's biblio, but this is not a rule (for example many time we just click on barcode in Circulation module) and simple "back" in browser do not bring person much closer to desired record. I am open to suggestion about form how to do this, but only way I found (for staff without right to edit biblio) till today is to delete parameter "&itemnumber=66778" from URL - and that is not something, I want to teach my staff... Librarians, which are allowed to edit records, can push "Edit" rollout button and then "Edit Record", jump to the Editing, where just "Cancel" button bring them right where they need to be. Simple button with label "Record" (Or "Biblio") in one line with "New", "Edit", "Save", "Add to", "Print" and "Place hold" would be nice. -- 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=23841 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I might be missing something here - but I would usually use the breadcrumbs or click on the 'Normal' tab. -- 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=23841 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- It looks like the breadcrumb for the biblio page is missing, which is definitely a bug. But yes the "Normal" tab is there too. -- 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=23841 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|19.05 |master Summary|Add a button to get from an |Add link to bibliographic |item to it's biblio record |details page in item | |details breadcrumbs Status|NEW |ASSIGNED Severity|enhancement |minor Assignee|koha-bugs@lists.koha-commun |oleonard@myacpl.org |ity.org | -- 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=23841 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23841 --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 94435 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=94435&action=edit Bug 23841: Add link to bibliographic details page in item details breadcrumbs This patch adds a link to the default bibliographic details page from the breadcrumbs menu on the item details page. The patch also makes a minor update to staff client CSS to allow for use of biblio-default-view.inc to generate the link and have it styled correctly. To test, apply the patch and update the staff client CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff...). Locate an record in the catalog and view the item details page. Verify that the breadcrumbs menu includes a link back to the bibliographic details page as defined in the IntranetBiblioDefaultView system preference. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23841 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23852 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23852 [Bug 23852] Merge biblio-title.inc and biblio-default-view.inc -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23841 --- Comment #4 from Tomáš Wünsch <fraktik@gmail.com> --- (In reply to Owen Leonard from comment #2)
It looks like the breadcrumb for the biblio page is missing, which is definitely a bug. But yes the "Normal" tab is there too.
Hi, thx for reply - I think I am just missing something, but could you direct me somehow where/what exactly this "Normal" tab is, please? + breadcrumbs are there, just not exactly helping (missing third level, probably): Home › Catalog › Item details for Ptáci / -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23841 --- Comment #5 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Tomáš Wünsch from comment #4)
where/what exactly this "Normal" tab is, please?
Základní -- Tab in the sidebar of catalogue/detail.pl -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23841 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23841 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #94435|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 94976 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=94976&action=edit Bug 23841: Add link to bibliographic details page in item details breadcrumbs This patch adds a link to the default bibliographic details page from the breadcrumbs menu on the item details page. The patch also makes a minor update to staff client CSS to allow for use of biblio-default-view.inc to generate the link and have it styled correctly. To test, apply the patch and update the staff client CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff...). Locate an record in the catalog and view the item details page. Verify that the breadcrumbs menu includes a link back to the bibliographic details page as defined in the IntranetBiblioDefaultView system preference. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23841 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Should we change any of the other breadcrumbs as well? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23841 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #8 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- This is a nice change.. may be worth doing elsewhere too.. though I can't think of any example off the top of my head. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23841 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |19.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23841 --- Comment #9 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Nice work! Pushed to master for 19.11.00 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org