Added siemens functions:
Update magazine Available tools Max value in config
This commit is contained in:
@@ -131,9 +131,10 @@ namespace CMS_CORE_Library
|
||||
|
||||
public static List<FieldsConfiguration> SiemensMagazinePosConfig = new List<FieldsConfiguration>()
|
||||
{
|
||||
new FieldsConfiguration{Name = "magazineId", Type = "int", SelectValues = null, Category = "general", ReadOnly = true },
|
||||
new FieldsConfiguration{Name = "id", Type = "int", SelectValues = null, Category = "general", ReadOnly = true },
|
||||
new FieldsConfiguration{Name = "type", Type = "int", SelectValues = null, Category = "general", ReadOnly = false }
|
||||
new FieldsConfiguration{Name = "magazineId", Type = "int", SelectValues = null, Category = "general", ReadOnly = true },
|
||||
new FieldsConfiguration{Name = "positionId", Type = "int", SelectValues = null, Category = "general", ReadOnly = true },
|
||||
new FieldsConfiguration{Name = "type", Type = "int", SelectValues = null, Category = "general", ReadOnly = true },
|
||||
new FieldsConfiguration{Name = "disabled", Type = "bool", SelectValues = null, Category = "general", ReadOnly = true },
|
||||
};
|
||||
|
||||
public static EdgesConfiguration SiemensEdgesConfiguration = new EdgesConfiguration()
|
||||
|
||||
Reference in New Issue
Block a user