WIP removed autoincrement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user