From: Jane Sandberg Date: Sun, 11 Aug 2019 00:16:56 +0000 (-0700) Subject: Some more X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fc4f4ef3a4bc1ca82e444ea3d75bffa6b3f5bc8a;p=working%2FEvergreen.git Some more --- 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']}} );