Fix scada textbox alignment
Added autoload tool from NC when database is created WIP check option consistency
This commit is contained in:
@@ -594,6 +594,7 @@ namespace Step.Database.Controllers
|
||||
if (families.FirstOrDefault(x => x.FamilyId == family.FamilyId) == null)
|
||||
{
|
||||
dbCtx.Families.Add(family);
|
||||
// Set status
|
||||
importStatus.Add(new DTOImportStatusModel()
|
||||
{
|
||||
Id = family.FamilyId,
|
||||
@@ -603,6 +604,7 @@ namespace Step.Database.Controllers
|
||||
}
|
||||
else
|
||||
{
|
||||
// Set duplicated status
|
||||
importStatus.Add(new DTOImportStatusModel()
|
||||
{
|
||||
Id = family.FamilyId,
|
||||
@@ -669,5 +671,6 @@ namespace Step.Database.Controllers
|
||||
|
||||
return importStatus;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user