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

WIP

parent 2239bb33
No related branches found
No related tags found
1 merge request!1New: Script for update the existing pids
Pipeline #1254995 passed
...@@ -176,6 +176,9 @@ IEnumerable<HandleValueForUpdateDto> GenerateResourceHandleValues(string prefix, ...@@ -176,6 +176,9 @@ IEnumerable<HandleValueForUpdateDto> GenerateResourceHandleValues(string prefix,
Type = "URL", Type = "URL",
ParsedData = string.IsNullOrEmpty(pidUrl) ? fullUrl : pidUrl ParsedData = string.IsNullOrEmpty(pidUrl) ? fullUrl : pidUrl
}; };
idxCount++;
handles.Add(url);
var kernelInformationProfile = new HandleValueForUpdateDto var kernelInformationProfile = new HandleValueForUpdateDto
{ {
Idx = idxCount, Idx = idxCount,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment