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.
I might be missing something here - but I would usually use the breadcrumbs or click on the 'Normal' tab.
It looks like the breadcrumb for the biblio page is missing, which is definitely a bug. But yes the "Normal" tab is there too.
Created attachment 94435 [details] [review] 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_client). 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.
(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 /
(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
Created attachment 94976 [details] [review] 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_client). 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>
Should we change any of the other breadcrumbs as well?
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.
Nice work! Pushed to master for 19.11.00