diff --git a/src/app/submission/form/collection/submission-form-collection.component.html b/src/app/submission/form/collection/submission-form-collection.component.html index aa33905daf..c1227eeccc 100644 --- a/src/app/submission/form/collection/submission-form-collection.component.html +++ b/src/app/submission/form/collection/submission-form-collection.component.html @@ -25,7 +25,7 @@ class="btn btn-outline-primary" (blur)="onClose()" (click)="onClose()" - [disabled]="(processingChange$ | async) || collectionModifiable" + [disabled]="(processingChange$ | async) || collectionModifiable == false" ngbDropdownToggle> {{ selectedCollectionName$ | async }} diff --git a/src/app/workflowitems-edit-page/workflowitems-edit-page-routing.module.ts b/src/app/workflowitems-edit-page/workflowitems-edit-page-routing.module.ts index 5d5a7443de..b093f20563 100644 --- a/src/app/workflowitems-edit-page/workflowitems-edit-page-routing.module.ts +++ b/src/app/workflowitems-edit-page/workflowitems-edit-page-routing.module.ts @@ -37,7 +37,7 @@ import { data: { title: 'workflow-item.edit.title', breadcrumbKey: 'workflow-item.edit', - collectionModifiable: true + collectionModifiable: false } }, {