From fc50249492d01a0c816db462d9897ea33667d269 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 --- Open-ILS/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 51905142f9..df3350cc11 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.11.0