[Bug 35059] New: Display item location on item details (catalogue/moredetail.pl)
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059 Bug ID: 35059 Summary: Display item location on item details (catalogue/moredetail.pl) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: michaela.sieber@kit.edu QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com We miss the location on the item details page (catalogue/moredetail.pl) item type, collection, callnumber and copynumber are displayed but the location is missing -- 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=35059 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- 23.05.04 appears to be ok. Which version did this problem appear in? -- 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=35059 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Did you hide the home library in table configuration? In the staff interface it's not possible (yet) to display the location as a separate column. -- 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=35059 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=15461 -- 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=35059 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Katrin Fischer from comment #2)
Did you hide the home library in table configuration? In the staff interface it's not possible (yet) to display the location as a separate column.
Ah, I realized that this is an enhancement request for the display on the "items 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=35059 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs@lists.koha-commun |oleonard@myacpl.org |ity.org | -- 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=35059 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=35059 --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 157199 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157199&action=edit Bug 35059: Display item location on item details (catalogue/moredetail.pl) This patch updates the item details template so that item location is displayed along with information like collection and call number. The template has also been modified to correct the label "Item callnumber" to "Item call number." To test, apply the patch and update an item, if necessary, to add a shelving location. - View the bibliographic details page of the record. - Click the "Items" tab in the left-hand sidebar menu. - Under the "Item information" subheading you should see a line for "Shelving location" just after the "Item call number" line. - Confirm that the correct item location description is shown. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059 ByWater Sandboxes <bws.sandboxes@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #157199|0 |1 is obsolete| | --- Comment #5 from ByWater Sandboxes <bws.sandboxes@gmail.com> --- Created attachment 157202 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157202&action=edit Bug 35059: Display item location on item details (catalogue/moredetail.pl) This patch updates the item details template so that item location is displayed along with information like collection and call number. The template has also been modified to correct the label "Item callnumber" to "Item call number." To test, apply the patch and update an item, if necessary, to add a shelving location. - View the bibliographic details page of the record. - Click the "Items" tab in the left-hand sidebar menu. - Under the "Item information" subheading you should see a line for "Shelving location" just after the "Item call number" line. - Confirm that the correct item location description is shown. Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059 Michaela Sieber <michaela.sieber@kit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #6 from Michaela Sieber <michaela.sieber@kit.edu> --- Thanks Owen! For everybody who is interested, please note: the displayed location is the item field 'location' and not 'permanent_location' -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #157202|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 157207 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157207&action=edit Bug 35059: Display item location on item details (catalogue/moredetail.pl) This patch updates the item details template so that item location is displayed along with information like collection and call number. The template has also been modified to correct the label "Item callnumber" to "Item call number." To test, apply the patch and update an item, if necessary, to add a shelving location. - View the bibliographic details page of the record. - Click the "Items" tab in the left-hand sidebar menu. - Under the "Item information" subheading you should see a line for "Shelving location" just after the "Item call number" line. - Confirm that the correct item location description is shown. Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu> 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=35059 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |katrin.fischer@bsz-bw.de |y.org | Summary|Display item location on |Display item's shelving |item details |location on the items tab |(catalogue/moredetail.pl) | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |23.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059 --- Comment #8 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Pushed to master for 23.11. Nice work everyone, thanks! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |additional_work_needed CC| |fridolin.somers@biblibre.co | |m --- Comment #9 from Fridolin Somers <fridolin.somers@biblibre.com> --- + [% AuthorisedValues.GetByCode( 'LOC', ITEM_DAT.location ) | html %] Oh since Bug 26323 we use other syntax : [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.location ) | html %] items.location may no use AV 'LOC'. Also : Many places use class="shelvingloc" for CSS tuning. Example : https://git.koha-community.org/Koha-community/Koha/src/commit/474d6c7462c055... -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059 --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 158017 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158017&action=edit Bug 35059: (Follow-up) Get authorised value description from koha field -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059 --- Comment #11 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Provided and tested the follow-up as suggested by Frido. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|additional_work_needed | CC| |tomascohen@gmail.com --- Comment #12 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Katrin Fischer from comment #10)
Bug 35059: (Follow-up) Get authorised value description from koha field
^^^^^^^^^^ Heh. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059 --- Comment #13 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- The capital F making the test tools fail? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Needs documenting --- Comment #14 from Fridolin Somers <fridolin.somers@biblibre.com> --- Enhancement not pushed to 23.05.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35059 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Documentation| |Caroline Cyr La Rose contact| | Status|Needs documenting |RESOLVED Documentation| |https://gitlab.com/koha-com submission| |munity/koha-manual/-/merge_ | |requests/792 Resolution|--- |FIXED CC| |caroline.cyr-la-rose@inlibr | |o.com -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org