PINES Customization: Added Content Clear Cache rel_3_6_1_pines_added_content_cache
authorTerran McCanna <tmccanna@georgialibraries.org>
Fri, 26 Feb 2021 17:54:43 +0000 (12:54 -0500)
committerTerran McCanna <tmccanna@georgialibraries.org>
Fri, 26 Feb 2021 17:54:43 +0000 (12:54 -0500)
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 <tmccanna@georgialibraries.org>
Open-ILS/src/eg2/src/app/staff/catalog/record/actions.component.html

index 2200732..f494a78 100644 (file)
         href="/eg/staff/acq/legacy/lineitem/related/{{recId}}?target=bib">
         <span i18n>View/Place Orders</span>
       </a>
+    <!-- PINES Customization - the clear cache functionality should be moved into angular -->
+      <a class="dropdown-item" 
+        href="/opac/extras/ac/clearcache/all/r/{{recId}}" target="_new">
+        <span i18n>Clear Added Content Cache</span>
+      </a>
+
     </div>
   </div>
 </div>