Bug 36162

Summary: Train table needs more detail
Product: Koha Reporter: Esther Melander <esther.melander>
Component: PreservationAssignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: jonathan.druart, jvasche
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Esther Melander 2024-02-23 20:26:28 UTC
The Train table in the Preservation module needs more detail. After adding an item from the waiting list, the table lists an ID # and then Edit/Remove buttons, and possibly an "Attributes" column. It would be nice if the table listed the bibliographic title and a barcode link.
Comment 1 Jason Vasché (RRPL) 2024-08-19 17:55:38 UTC
Bib title and barcode link would be really helpful!
Comment 2 Jonathan Druart 2024-08-29 12:13:07 UTC
You need to add those attributes to the processing. For instance: https://snipboard.io/RJI5MW.jpg

We don't want to display values that are not an attribute defined at the processing level.

This is not a bug but a feature ;)