[DURACOM-145] Handled collection step

on a submission form
This commit is contained in:
Alisa Ismailati
2023-05-09 17:27:06 +02:00
parent c233927c29
commit 681ee6f816
8 changed files with 91 additions and 3 deletions

View File

@@ -64,6 +64,11 @@ export class SubmissionFormCollectionComponent implements OnChanges, OnInit {
*/
@Input() submissionId;
/**
* Flag to indicate if the submission dropdown is read only
*/
@Input() isReadonly = false;
/**
* An event fired when a different collection is selected.
* Event's payload equals to new SubmissionObject.