Skip to content
Snippets Groups Projects

New: Added copy owner property

Merged L. Ellenbeck requested to merge coscine/issues#2727 into dev
3 files
+ 8
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -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;
}
Loading