From 64e9e9d6438009244241b108c174d1150665a7a5 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 13 Jan 2022 16:08:48 -0500 Subject: [PATCH] LP#1929749: tweak ordering agency selector Restrict the OUs to the ones that the user has permissions to either create POs or SLs at. Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html b/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html index c597f6f58a..8a805eb463 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/picklist/upload.component.html @@ -73,8 +73,9 @@
+ [applyOrgId]="orderingAgency" + (onChange)="orgOnChange($event)" + [limitPerms]="['CREATE_PICKLIST','CREATE_PURCHASE_ORDER']">
-- 2.11.0