LP#1844169: (follow-up) add navigation
authorGalen Charlton <gmc@equinoxOLI.org>
Mon, 12 Jul 2021 15:43:29 +0000 (11:43 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Mon, 12 Jul 2021 15:43:29 +0000 (11:43 -0400)
This patch adds a link back to the list of Search Filter Groups
from the page for editing a single group.

Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/admin/local/search-filter/search-filter-group-entries.component.html

index f533942..bdafbeb 100644 (file)
@@ -1,5 +1,7 @@
 <eg-staff-banner bannerText="Search Filter Group" i18n-bannerText></eg-staff-banner>
 
+<a routerLink="/staff/admin/local/actor/search_filter_group" i18n>Return to list of Search Filter Groups</a>
+
 <div class="col-lg-6 offset-lg-3">
     <eg-fm-record-editor displayMode="inline" hiddenFieldsList="id,create_date"
         idlClass="asfg" mode="update" recordId="{{this.currentId}}">