From: Garry Collum Date: Fri, 1 Jun 2018 01:22:35 +0000 (-0400) Subject: LP#1770246 Catalog linked title column in query and pending buckets X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0ba4beb132af8b111dc60c84601f9fe4ef58df0f;p=working%2FEvergreen.git LP#1770246 Catalog linked title column in query and pending buckets To mirror the Record Bucket View grid, this patch adds a title column in the query and pending bucket tabs that links to the catalog record of the title displayed. The catalog record is opened in a new tab, so the query and pending data is not lost. Signed-off-by: Garry Collum Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/staff/cat/bucket/record/t_pending.tt2 b/Open-ILS/src/templates/staff/cat/bucket/record/t_pending.tt2 index 6d3a52552e..2e910b2a4d 100644 --- a/Open-ILS/src/templates/staff/cat/bucket/record/t_pending.tt2 +++ b/Open-ILS/src/templates/staff/cat/bucket/record/t_pending.tt2 @@ -17,4 +17,9 @@ + + + {{item.title}} + + diff --git a/Open-ILS/src/templates/staff/cat/bucket/record/t_search.tt2 b/Open-ILS/src/templates/staff/cat/bucket/record/t_search.tt2 index 684b13999f..1f8e9f611c 100644 --- a/Open-ILS/src/templates/staff/cat/bucket/record/t_search.tt2 +++ b/Open-ILS/src/templates/staff/cat/bucket/record/t_search.tt2 @@ -43,4 +43,9 @@ + + + {{item.title}} + +