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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user