Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
backend
apis
Project
Commits
dcf4f218
Commit
dcf4f218
authored
Oct 14, 2020
by
Benedikt Heinrichs
Browse files
Merge branch 'Hotfix/1093-projectCreation' into 'master'
Fix: Included Consul Key See merge request coscine/api/project!109
parents
a450f611
8350c906
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/Project/Controllers/ProjectController.cs
View file @
dcf4f218
...
...
@@ -341,7 +341,7 @@ namespace Coscine.Api.Project.Controllers
{
externalIdList
.
Add
(
externalId
.
ExternalIdColumn
);
}
return
new
RdfStoreConnector
().
GetTriples
(
new
Uri
(
"https://ror.org/04xfq0f34"
),
null
,
null
,
1
,
externalIdList
).
Count
()
!=
0
;
return
new
RdfStoreConnector
(
Program
.
Configuration
.
GetStringAndWait
(
"coscine/local/virtuoso/additional/url"
)
).
GetTriples
(
new
Uri
(
"https://ror.org/04xfq0f34"
),
null
,
null
,
1
,
externalIdList
).
Count
()
!=
0
;
}
private
void
LogAnalytics
(
string
operation
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment