Merge pull request #2243 from 4Science/DURACOM-145

Handled collection step visibility on a submission form
This commit is contained in:
Tim Donohue
2023-06-01 11:32:08 -05:00
committed by GitHub
8 changed files with 91 additions and 3 deletions

View File

@@ -65,6 +65,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.