From d2df77099049f3c0b31a7b30f3839391531fd796 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Sat, 10 Aug 2019 16:23:18 -0700 Subject: [PATCH] adding some more stuff --- Open-ILS/examples/fm_IDL.xml | 3 ++- Open-ILS/src/eg2/src/app/staff/cat/authorities/manage.component.ts | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index f770892e26..619fe091e3 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -2708,7 +2708,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - + @@ -2725,6 +2725,7 @@ 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 4acc65c901..08a57ffeba 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 @@ -16,7 +16,10 @@ export class ManageAuthoritiesComponent { this.gridSource = new GridDataSource(); this.gridSource.getRows = (pager: Pager) => { - return this.pcrud.search('are', {id: {'>': 0}} + return this.pcrud.search('are', + {id: {'>': 0}}, + {flesh: 1, + flesh_fields: {are: ['ash', 'cbs']}} ); }; } -- 2.11.0