FIx available language &

Merge branch 'feature/SelectedToolData' into develop

# Conflicts:
#	Libs/CMS_CORE_Library.dll
#	Step/wwwroot/src/app_modules/production/components/head-production.vue
This commit is contained in:
Lucio Maranta
2019-08-19 16:44:14 +02:00
24 changed files with 1149 additions and 104 deletions
+2 -2
View File
@@ -170,7 +170,7 @@ namespace Step.Config
"Error while reading XML file \"" + actualFileName + "\" \n\n" + e.Message,
true
);
}
}
}
public static bool CheckAreaStatus(string areaName)
@@ -179,7 +179,7 @@ namespace Step.Config
{
case AREAS.PRODUCTION_KEY:
return ProductionConfig.Enabled;
case AREAS.TOOLING_KEY:
return ToolingConfig.Enabled;