From b5881a0ae997d612d7cd1ba38e28743df0f91bff Mon Sep 17 00:00:00 2001 From: cris Date: Thu, 30 Mar 2023 16:51:08 +0000 Subject: [PATCH] modifying behavior of collectionModifiable --- .../form/collection/submission-form-collection.component.html | 2 +- .../workflowitems-edit-page-routing.module.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 } }, {