From: Jane Sandberg Date: Sun, 11 Aug 2019 01:39:32 +0000 (-0700) Subject: another X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=449c165f31e002b7c1ab0fed2b5f35e5da333d9c;p=working%2FEvergreen.git another --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index d2f44734dd..e6cc283df8 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -2725,9 +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.ts b/Open-ILS/src/eg2/src/app/staff/cat/authorities/manage.component.ts index ccfeade7a1..443b78dc88 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 @@ -19,7 +19,7 @@ export class ManageAuthoritiesComponent { return this.pcrud.search('are', {deleted: 'false'}, {flesh: 1, - flesh_fields: {are: ['creator', 'editor', 'owner', 'simple_heading_record', 'source']}} + flesh_fields: {are: ['creator', 'editor', 'owner', 'simple_heading_record']}} ); }; }