From 3241d89385e9ff9b00724b29a23fe7e8bc73e2c8 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 28 Oct 2020 18:41:27 -0400 Subject: [PATCH] LP1901893 Carousel bucket should be linked from grid Re-formats the bucket column content as a link that opens the carousel's associated bucket in a new tab. Signed-off-by: Terran McCanna --- .../eg2/src/app/staff/admin/local/admin-carousel.component.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/admin-carousel.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/admin-carousel.component.html index 6740171a14..7f7d3019b9 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/admin-carousel.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/admin-carousel.component.html @@ -54,7 +54,12 @@ - + + + {{carousel.bucket().name()}} + + + -- 2.11.0