CMSConnect Fix
This commit is contained in:
@@ -1149,6 +1149,10 @@ public static class ThreadsFunctions
|
||||
if (!RedisController.WriteDefaultEntry(CMSConnectEntry))
|
||||
ManageError(ERROR_LEVEL.FATAL, CMS_CONNECT_SETUP_ALARM_MESSAGE);
|
||||
|
||||
//Write the Active Version
|
||||
if (!RedisController.WriteActiveVersion(SupportFunctions.GetSoftwareVersionAndBuildDate()))
|
||||
ManageError(ERROR_LEVEL.FATAL, CMS_CONNECT_SETUP_ALARM_MESSAGE);
|
||||
|
||||
List<DTOLanguageModel> availableLanguages = LanguageController.GetLanguageListFromDirectory();
|
||||
if (availableLanguages == null)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user