Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
api-client
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
frontend
libraries
api-client
Commits
6a018a5d
Commit
6a018a5d
authored
8 months ago
by
Petar Hristov
Browse files
Options
Downloads
Patches
Plain Diff
New: Added copy owner property (coscine/issues#2727)
parent
e6ed51c1
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!121
merge dev into main
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Coscine.Api/@coscine/model/project-for-creation-dto.ts
+6
-0
6 additions, 0 deletions
src/Coscine.Api/@coscine/model/project-for-creation-dto.ts
with
6 additions
and
0 deletions
src/Coscine.Api/@coscine/model/project-for-creation-dto.ts
+
6
−
0
View file @
6a018a5d
...
@@ -101,5 +101,11 @@ export interface ProjectForCreationDto {
...
@@ -101,5 +101,11 @@ export interface ProjectForCreationDto {
* @memberof ProjectForCreationDto
* @memberof ProjectForCreationDto
*/
*/
'
parentId
'
?:
string
|
null
;
'
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
;
}
}
This diff is collapsed.
Click to expand it.
CoscineBot
@CoscineBot
mentioned in commit
306a9c66
·
8 months ago
mentioned in commit
306a9c66
mentioned in commit 306a9c666f9fa513de188574844963dd379de259
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment