Skip to content
Snippets Groups Projects
Commit dcf4f218 authored by Benedikt Heinrichs's avatar 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
No related branches found
No related tags found
1 merge request!109Fix: Included Consul Key
...@@ -341,7 +341,7 @@ namespace Coscine.Api.Project.Controllers ...@@ -341,7 +341,7 @@ namespace Coscine.Api.Project.Controllers
{ {
externalIdList.Add(externalId.ExternalIdColumn); 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, private void LogAnalytics(string operation,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment