Skip to content
Snippets Groups Projects
Commit f1ceb5cc authored by Sirieam Marie Hunke's avatar Sirieam Marie Hunke
Browse files

Fix

parent 12e33199
No related branches found
No related tags found
1 merge request!1New: Script for update the existing pids
Pipeline #1252091 passed
...@@ -199,7 +199,7 @@ IEnumerable<HandleValueForUpdateDto> GenerateResourceHandleValues(string prefix, ...@@ -199,7 +199,7 @@ IEnumerable<HandleValueForUpdateDto> GenerateResourceHandleValues(string prefix,
var digitalObjectLocation = new HandleValueForUpdateDto var digitalObjectLocation = new HandleValueForUpdateDto
{ {
Idx = idxCount, Idx = idxCount,
Type = PidHandles.digitalObjectLocationHandle, Type = PidHandles.DigitalObjectLocationHandle,
ParsedData = $"{digitalObjectLocationUrl}/coscine/api/v2/resources/{suffix}" ParsedData = $"{digitalObjectLocationUrl}/coscine/api/v2/resources/{suffix}"
}; };
idxCount++; idxCount++;
...@@ -286,7 +286,7 @@ IEnumerable<HandleValueForUpdateDto> GenerateProjectHandleValues(string prefix, ...@@ -286,7 +286,7 @@ IEnumerable<HandleValueForUpdateDto> GenerateProjectHandleValues(string prefix,
var digitalObjectLocation = new HandleValueForUpdateDto var digitalObjectLocation = new HandleValueForUpdateDto
{ {
Idx = idxCount, Idx = idxCount,
Type = PidHandles.digitalObjectLocationHandle, Type = PidHandles.DigitalObjectLocationHandle,
ParsedData = $"{digitalObjectLocationUrl}/coscine/api/v2/projects/{suffix}" ParsedData = $"{digitalObjectLocationUrl}/coscine/api/v2/projects/{suffix}"
}; };
idxCount++; idxCount++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment