From 5adfb3c80d7cee415e33a09db358030ce24d7686 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 20 May 2020 11:04:17 -0400 Subject: [PATCH] LP1879335 Manage Authorities Angular WIP Signed-off-by: Bill Erickson --- .../src/app/staff/cat/authority/browse.component.html | 6 +++--- .../src/app/staff/cat/authority/browse.component.ts | 6 ++++-- .../lib/OpenILS/Application/Search/Authority.pm | 18 +++++++++++------- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.html b/Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.html index 7846e8dd64..94a0f5388c 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.html @@ -13,8 +13,8 @@ + (change)="search(null, true)" + (keyup.enter)="search(null, true)" [(ngModel)]="browse.searchTerm">
@@ -23,7 +23,7 @@ Authority Type
+ [entries]="browse.authorityAxes" (onChange)="search(null, true)">