mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 21:13:07 +00:00
Merge pull request #2243 from 4Science/DURACOM-145
Handled collection step visibility on a submission form
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user