Bug 21380

Summary: Circulation history UI improvements - make barcode clickable
Product: Koha Reporter: Michal Denar <black23>
Component: CirculationAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Josef Moravec <josef.moravec>
Severity: enhancement    
Priority: P5 - low CC: black23, gmcharlt, josef.moravec, kyle.m.hall, martin.renvoize, nick, rbit
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 18080    
Attachments: Bug 21380: OMNIBUS: Circulation history UI improvements - make barcode clickable
Bug 21380: OMNIBUS: Circulation history UI improvements - make barcode clickable
Bug 21380: Circulation history UI improvements - make barcode clickable
Bug 21380: (QA follow-up) Use uri filter in link parameters

Description Michal Denar 2018-09-19 12:32:43 UTC
Barcode in cicrulation histry isn't link on item, just text.
Comment 1 Owen Leonard 2018-09-19 14:51:19 UTC
Created attachment 79118 [details] [review]
Bug 21380: OMNIBUS: Circulation history UI improvements - make barcode clickable

This patch modifies the patron circulation history template so that the
barcode of each item links to the item details page.

To test, apply the patch and view the circulation history for a patron
with multiple current or past checkouts.

In the table of titles, the barcode for each item should correctly link
to the item details page for that item.
Comment 2 Michal Denar 2018-09-19 19:19:56 UTC
Created attachment 79124 [details] [review]
Bug 21380: OMNIBUS: Circulation history UI improvements - make barcode clickable

This patch modifies the patron circulation history template so that the
barcode of each item links to the item details page.

To test, apply the patch and view the circulation history for a patron
with multiple current or past checkouts.

In the table of titles, the barcode for each item should correctly link
to the item details page for that item.

Signed-off-by: Michal Denar <black23@gmail.com>
Comment 3 Josef Moravec 2018-09-20 11:39:34 UTC
Created attachment 79159 [details] [review]
Bug 21380: Circulation history UI improvements - make barcode clickable

This patch modifies the patron circulation history template so that the
barcode of each item links to the item details page.

To test, apply the patch and view the circulation history for a patron
with multiple current or past checkouts.

In the table of titles, the barcode for each item should correctly link
to the item details page for that item.

Signed-off-by: Michal Denar <black23@gmail.com>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Comment 4 Josef Moravec 2018-09-20 11:39:38 UTC
Created attachment 79160 [details] [review]
Bug 21380: (QA follow-up) Use uri filter in link parameters

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Comment 5 Nick Clemens (kidclamp) 2018-09-26 19:37:29 UTC
Awesome work all!

Pushed to master for 18.11
Comment 6 Martin Renvoize 2018-09-27 12:35:02 UTC
Enhancement, will not be backported to 18.05.x series.