WIP removed autoincrement

This commit is contained in:
Lucio Maranta
2018-09-25 15:27:58 +02:00
parent 830e36acbf
commit 1191750fe6
14 changed files with 189 additions and 164 deletions
+1 -1
View File
@@ -276,7 +276,7 @@ namespace Step.Config
.Select(x => new UserSoftKeyConfigModel()
{
Id = id++, // autoincrement Id
PlcId = Convert.ToInt32(x.Element("plcId")?.Value), // If exists
PlcId = Convert.ToInt32(x.Element("plcId")?.Value), // If exists
IsActive = Convert.ToBoolean(x.Element("active").Value),
Category = Convert.ToInt32(x.Element("category").Value),
LocalizedNames = x.Element("localizedNames").Elements().ToDictionary( // Read localized names and convert into a dictionary