Skip to content
Snippets Groups Projects
Commit d7fe9d61 authored by Sandra Westerhoff's avatar Sandra Westerhoff
Browse files

Merge branch 'revert-3c6942bb' into 'dev'

Revert "Merge branch 'coscine/issues#2727' into 'dev'"

See merge request !91
parents 0e6145f6 3d63afee
No related branches found
No related tags found
3 merge requests!93Merge dev into main,!92Revert "Merge branch 'coscine/issues#2727' into 'dev'",!91Revert "Merge branch 'coscine/issues#2727' into 'dev'"
...@@ -19,7 +19,7 @@ import type { Configuration } from './configuration'; ...@@ -19,7 +19,7 @@ import type { Configuration } from './configuration';
import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios'; import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
import globalAxios from 'axios'; import globalAxios from 'axios';
export const BASE_PATH = "https://d-sp12.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.STS".replace(/\/+$/, ""); export const BASE_PATH = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.STS".replace(/\/+$/, "");
/** /**
* *
... ...
......
...@@ -101,11 +101,5 @@ export interface ProjectForCreationDto { ...@@ -101,11 +101,5 @@ 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;
} }
...@@ -19,7 +19,7 @@ import type { Configuration } from './configuration'; ...@@ -19,7 +19,7 @@ import type { Configuration } from './configuration';
import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios'; import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
import globalAxios from 'axios'; import globalAxios from 'axios';
export const BASE_PATH = "https://d-sp12.devlef.campus.rwth-aachen.de/coscine".replace(/\/+$/, ""); export const BASE_PATH = "https://d-sp23.devlef.campus.rwth-aachen.de/coscine".replace(/\/+$/, "");
/** /**
* *
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment