From 66d956722eb287ee8e07ba01d561622e6f188b12 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Fri, 22 Jan 2021 13:00:06 -0500 Subject: [PATCH] PINES Workaround for Broken Splash Page Search Box With the change from 3.4 to 3.6, the search box on /eg/staff/splash broke for multiple word searches. This workaround redirects the old staff page to the Angular staff page. Signed-off-by: Terran McCanna --- Open-ILS/src/eg2/src/app/staff/nav.component.html | 2 +- .../src/eg2/src/app/staff/splash.component.html | 6 +- Open-ILS/src/templates/staff/navbar.tt2 | 2 +- Open-ILS/src/templates/staff/t_splash.tt2 | 133 ++------------------- Open-ILS/web/staff/index.html | 6 +- 5 files changed, 15 insertions(+), 134 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/nav.component.html b/Open-ILS/src/eg2/src/app/staff/nav.component.html index 468365714a..160f3201fc 100644 --- a/Open-ILS/src/eg2/src/app/staff/nav.component.html +++ b/Open-ILS/src/eg2/src/app/staff/nav.component.html @@ -3,7 +3,7 @@