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
Merge requests
!93
Merge dev into main
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Merge dev into main
dev
into
main
Overview
1
Commits
4
Pipelines
8
Changes
4
Merged
Merge dev into main
Sandra Westerhoff
requested to merge
dev
into
main
Jan 18, 2024
Overview
1
Commits
4
Pipelines
8
Changes
4
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
ea8b149d
4 commits,
Jan 18, 2024
4 files
+
4
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
src/Coscine.Api/@coscine/model/project-for-creation-dto.ts
+
0
−
6
View file @ ea8b149d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -101,11 +101,5 @@ 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