mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 22:13:02 +00:00
Merge remote-tracking branch 'upstream/main' into retrieve-name-with-dsonameservice-main
# Conflicts: # src/app/browse-by/browse-by-date-page/browse-by-date-page.component.ts
This commit is contained in:
@@ -53,6 +53,12 @@ export class SubmissionFormCollectionComponent implements OnChanges, OnInit {
|
||||
*/
|
||||
@Input() currentDefinition: string;
|
||||
|
||||
/**
|
||||
* Checks if the collection can be modifiable by the user
|
||||
* @type {booelan}
|
||||
*/
|
||||
@Input() collectionModifiable: boolean | null = null;
|
||||
|
||||
/**
|
||||
* The submission id
|
||||
* @type {string}
|
||||
|
Reference in New Issue
Block a user