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 <berickxx@gmail.com>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
<ng-template #statusTemplate>
<eg-combobox domId="status-input"
(ngModelChange)="values['status'] = $event ? $event.id : null"
- [ngModel]="values['status']">
+ [ngModel]="values['status']" [disableEntries]="volcopy.magicCopyStats">
<eg-combobox-entry
*ngFor="let stat of volcopy.commonData.acp_status"
[entryId]="stat.id()" [entryLabel]="stat.name()">