From 992aeac2d6381365f36e99df49b6c9ad78889650 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Sat, 10 Aug 2019 23:22:31 -0700 Subject: [PATCH] fixing --- Open-ILS/src/eg2/src/app/staff/cat/authorities/manage.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5584a1e361..2a2acc1343 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 @@ -20,7 +20,7 @@ export class ManageAuthoritiesComponent { 'record': { 'in': { 'from': 'are', 'select': {'are': ['id']}, 'where': {'deleted': 'false'}}}, 'atag': { 'in': { - 'from': 'ascaf', 'select': {'ascaf': ['id']}, 'where': {'main_entry': 'true'}}}, + 'from': 'acsaf', 'select': {'acsaf': ['id']}, 'where': {'main_entry': null}}}, }, {flesh: 2, flesh_fields: { -- 2.11.0