From fc4f4ef3a4bc1ca82e444ea3d75bffa6b3f5bc8a Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Sat, 10 Aug 2019 17:16:56 -0700 Subject: [PATCH] Some more --- Open-ILS/examples/fm_IDL.xml | 4 +++- Open-ILS/src/eg2/src/app/staff/cat/authorities/manage.component.html | 3 +-- Open-ILS/src/eg2/src/app/staff/cat/authorities/manage.component.ts | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 619fe091e3..d2f44734dd 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -2713,6 +2713,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + @@ -2724,7 +2725,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - + + diff --git a/Open-ILS/src/eg2/src/app/staff/cat/authorities/manage.component.html b/Open-ILS/src/eg2/src/app/staff/cat/authorities/manage.component.html index 9c72f40129..98dee2d776 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/authorities/manage.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/authorities/manage.component.html @@ -1,6 +1,5 @@ + persistKey="cat.authorities.manage"> diff --git a/Open-ILS/src/eg2/src/app/staff/cat/authorities/manage.component.ts b/Open-ILS/src/eg2/src/app/staff/cat/authorities/manage.component.ts index 0ecfec6df5..f7e27a84f6 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/authorities/manage.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/cat/authorities/manage.component.ts @@ -17,7 +17,7 @@ export class ManageAuthoritiesComponent { this.gridSource.getRows = (pager: Pager) => { return this.pcrud.search('are', - {deleted: false}, + {deleted: 'false'}, {flesh: 1, flesh_fields: {are: ['ash', 'cbs']}} ); -- 2.11.0