Skip to content
Snippets Groups Projects
Commit 6a018a5d authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

New: Added copy owner property (coscine/issues#2727)

parent e6ed51c1
No related branches found
No related tags found
1 merge request!121merge dev into main
......@@ -101,5 +101,11 @@ export interface ProjectForCreationDto {
* @memberof ProjectForCreationDto
*/
'parentId'?: string | null;
/**
* Gets or initializes if the owners of the parent project should be copied to the sub project.
* @type {boolean}
* @memberof ProjectForCreationDto
*/
'copyOwnersFromParent'?: boolean | null;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment