Added scada multilanguage & label visibility management

WIP tool data in production page
This commit is contained in:
Lucio Maranta
2019-07-24 17:03:13 +02:00
parent 95f0ec3e25
commit e3cdd83fea
18 changed files with 231 additions and 48 deletions
+1 -2
View File
@@ -219,7 +219,7 @@ namespace Step.Config
// Cycle inside xml files
foreach (var file in files)
{
validateScada(SCADA_PAGES_SCHEMA_PATH, SCADA_DIRECTORY + file.Name);
// validateScada(SCADA_PAGES_SCHEMA_PATH, SCADA_DIRECTORY + file.Name);
StreamReader sr = new StreamReader(SCADA_DIRECTORY + file.Name);
XmlSerializer xmlSerializer = new XmlSerializer(typeof(ScadaSchemaModel));
@@ -248,7 +248,6 @@ namespace Step.Config
})
.ToArray();
if (schema.IsInProductionPage == true)
ProductionScadaSchema.Add(schema);
else