case 4522

This commit is contained in:
2023-05-04 00:49:19 +00:00
parent 7efdf58bcf
commit 2116534503
4 changed files with 41 additions and 5 deletions

View File

@@ -142,7 +142,8 @@ namespace AyaNova.Api.Controllers
//used to drive UI in case of out of date release message to be shown to staff users non subscription only
ShowUpdateAvailable = (Util.AyaNovaVersion.VersionString != AyaNova.Util.ServerGlobalOpsSettingsCache.LATEST_VERSION && !IsSubscriptionBuild),
LatestVersion = AyaNova.Util.ServerGlobalOpsSettingsCache.LATEST_VERSION,
ChangeLogUrl = AyaNova.Util.ServerGlobalOpsSettingsCache.CHANGE_LOG_URL
ChangeLogUrl = AyaNova.Util.ServerGlobalOpsSettingsCache.CHANGE_LOG_URL,
LicenseExpirationDays = AyaNova.Core.License.ActiveKey.LicenseExpirationDays
// ,
// TestTSDaysWMS=new TimeSpan(22,10,15,22,33),