From: Jane Sandberg Date: Sun, 11 Aug 2019 01:29:00 +0000 (-0700) Subject: another X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9b8af074f999c8a05e8281a8965bd216f7de8b5a;p=working%2FEvergreen.git another --- 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 bfcb6db915..9bd448ca9e 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 @@ -7,4 +7,8 @@ + + + + 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 b45c98f660..ccfeade7a1 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: ['simple_heading_record', 'source']}} + flesh_fields: {are: ['creator', 'editor', 'owner', 'simple_heading_record', 'source']}} ); }; }