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:
Alexandre Vryghem
2023-04-01 21:08:27 +02:00
59 changed files with 781 additions and 304 deletions

View File

@@ -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}