From 6caa8b069b1e59d608dde20c0f0a38f5bcd2e244 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 26 May 2022 13:02:53 -0400 Subject: [PATCH] LP 1975861: Fix the Patch for Lp 1909681 on rel_3_7 The change to the Hopeless Holds Interface for opening title links in a new tab was missed in the 3.7 backport of the branch from bug 1909681. This commit adds it back. NOTE: This branch is for rel_3_7 and ONLY rel_3_7. Other Evergreen branches do not need it. Signed-off-by: Jason Stephenson --- Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html b/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html index 83e6f85936..4151f29d4a 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html @@ -146,7 +146,7 @@ - + {{hold.title}} -- 2.43.2