[Bug 42751] New: Circulation log viewer no longer displays item barcode in Info column
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42751 Bug ID: 42751 Summary: Circulation log viewer no longer displays item barcode in Info column Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: Laura.escamilla@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle@bywatersolutions.com After Bug 29016 converted the log viewer to use the AJAX DataTable interface, circulation log entries no longer display the item barcode in the Info column. For CIRCULATION ISSUE and RETURN actions, the previous log viewer displayed a useful item identifier (typically the barcode, often as a hyperlink). The current implementation displays only the itemnumber or a JSON structure containing the itemnumber. Example action log entry: { "branchcode" : "CPL", "confirmations" : [], "forced" : [], "issue" : 1, "itemnumber" : 77 } This is rendered in the Info column as: 77 (linked to moredetail.pl using the itemnumber) The associated item record contains barcode: 39999000001396 Displaying the itemnumber is not particularly useful to staff, who generally identify items by barcode. To reproduce: 1. Enable IssueLog. 2. Check out an item with a known barcode. 3. Go to Tools → Log viewer. 4. Filter by Module = Circulation. 5. Locate the checkout log entry. Current result: * The Info column displays the itemnumber (or raw JSON containing the itemnumber). Expected result: * The Info column should display the item barcode, as it did prior to the AJAX log viewer conversion. -- 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=42751 Juliet Heltibridle <jheltibridle@rcplib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jheltibridle@rcplib.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42751 Laura O'Neil <laura@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |laura@bywatersolutions.com, | |mreid@batestech.edu -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42751 Quinn <griffin@collingswoodlib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |griffin@collingswoodlib.org -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org