From b6702773b74f89f6c6cf0de93327b7c7838fded4 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 3 Mar 2021 10:52:55 -0500 Subject: [PATCH] LP1888723 Disable special copy statuses in status selector It is no longer possible to manually move a copy into a special copy status in the Angular volcopy attributes editor. Signed-off-by: Bill Erickson Signed-off-by: Ruth Frasur Signed-off-by: Galen Charlton --- .../src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.html b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.html index 632640a52b..ac1c123a5f 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.html @@ -87,7 +87,7 @@ + [ngModel]="values['status']" [disableEntries]="volcopy.magicCopyStats"> -- 2.43.2