From: Galen Charlton <gmc@equinoxinitiative.org>
Date: Fri, 3 Jan 2020 16:02:29 +0000 (-0500)
Subject: LP#1858138: (follow-up) flesh creator and editor in sandbox's acp grid
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=593901297aee361be563d524a15a431035e1adfd;p=evergreen%2Fequinox.git

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 <gmc@equinoxinitiative.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
---

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