From 593901297aee361be563d524a15a431035e1adfd Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 3 Jan 2020 11:02:29 -0500 Subject: [PATCH] LP#1858138: (follow-up) flesh creator and editor in sandbox's acp grid Doing so ensures that the usrnames are displayed in the respective grid columns rather than the au ID. Signed-off-by: Galen Charlton Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts b/Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts index b295fce48e..13cd009d60 100644 --- a/Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts @@ -222,7 +222,7 @@ export class SandboxComponent implements OnInit { return this.pcrud.search('acp', query, { flesh: 1, - flesh_fields: {acp: ['location', 'status']}, + flesh_fields: {acp: ['location', 'status', 'creator', 'editor']}, offset: pager.offset, limit: pager.limit, order_by: orderBy -- 2.11.0