This commit is contained in:
2022-12-28 01:39:19 +00:00
parent 8196249d75
commit 298b0643b7
2 changed files with 10 additions and 11 deletions

View File

@@ -318,6 +318,7 @@ namespace Sockeye.Biz
var jaRFCaseList = JArray.Parse(responseText);
foreach (JObject jRFCase in jaRFCaseList)
{
todo: iterate cases, import and tag with the caseproject name from the case project list above
}
}