Added realRadius & realLength

Added .NET heidiSQL check on setup
Fix incremental softkey x10..
This commit is contained in:
Lucio Maranta
2019-06-04 17:15:58 +02:00
parent 708f958b0f
commit 96d19f4779
16 changed files with 87 additions and 32 deletions
@@ -252,7 +252,8 @@ namespace Step.Controllers.WebApi
return BadRequest(cmsError.localizationKey);
offsetData.Id = offsetId;
return Ok(offsetData);
return Ok(offsetData);
}
}