From 3d87e7e1ae4fa4df7a839a0d5c6814b8585e5476 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 3 Jun 2021 17:29:26 -0400 Subject: [PATCH] funds: having the funding source name column be hyperlinked ... and open the View Credits modal LH#36 Signed-off-by: Galen Charlton --- .../src/app/staff/admin/acq/funds/funding-sources.component.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funding-sources.component.html b/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funding-sources.component.html index 3646ce7f1d..55599eacdd 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funding-sources.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/acq/funds/funding-sources.component.html @@ -71,7 +71,12 @@ group="Allocations" i18n-group [disableOnRows]="notOneSelectedRow"> - + + + {{row.name()}} + + + -- 2.11.0