mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
[DURACOM-145] Handled collection step
on a submission form
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user