From: Jane Sandberg Date: Sat, 10 Aug 2019 23:23:18 +0000 (-0700) Subject: adding some more stuff X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d2df77099049f3c0b31a7b30f3839391531fd796;p=working%2FEvergreen.git adding some more stuff --- 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']}} ); }; }