From cc38e89391ec341d0adfc8bd2f9c93dd2357a88f Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Fri, 26 Feb 2021 12:54:43 -0500 Subject: [PATCH] PINES Customization: Added Content Clear Cache This is a temporary fix for the missing "Clear Added Content Cache" action in the Angular staff catalog. This should be removed when the bug is fixed properly. Signed-off-by: Terran McCanna --- .../src/eg2/src/app/staff/catalog/record/actions.component.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/actions.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/actions.component.html index 22007324db..f494a78135 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/actions.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/actions.component.html @@ -81,6 +81,12 @@ href="/eg/staff/acq/legacy/lineitem/related/{{recId}}?target=bib"> View/Place Orders + + + Clear Added Content Cache + + -- 2.11.0