CMSConnect Fix

This commit is contained in:
Samuele E. Locatelli
2020-10-21 10:54:37 +02:00
parent e3df06bb08
commit b5a024ba0e
6 changed files with 101 additions and 114 deletions
+4
View File
@@ -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;