Bug 21380 - Circulation history UI improvements - make barcode clickable
Summary: Circulation history UI improvements - make barcode clickable
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Josef Moravec
URL:
Keywords:
Depends on:
Blocks: 18080
  Show dependency treegraph
 
Reported: 2018-09-19 12:32 UTC by Michal Denar
Modified: 2019-10-14 19:57 UTC (History)
7 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 21380: OMNIBUS: Circulation history UI improvements - make barcode clickable (1.56 KB, patch)
2018-09-19 14:51 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 21380: OMNIBUS: Circulation history UI improvements - make barcode clickable (1.60 KB, patch)
2018-09-19 19:19 UTC, Michal Denar
Details | Diff | Splinter Review
Bug 21380: Circulation history UI improvements - make barcode clickable (1.65 KB, patch)
2018-09-20 11:39 UTC, Josef Moravec
Details | Diff | Splinter Review
Bug 21380: (QA follow-up) Use uri filter in link parameters (1.46 KB, patch)
2018-09-20 11:39 UTC, Josef Moravec
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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 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.