case 4457, case 4461
This commit is contained in:
@@ -339,7 +339,10 @@ namespace Sockeye.Biz
|
||||
|
||||
|
||||
w.WritePropertyName("InstallableUntil");
|
||||
w.WriteValue(l.MaintenanceExpire);
|
||||
//There is really no need for keys to not be installable now that that they are fetched automatically
|
||||
//this was a holdover from the old manual paste a key in entry system to prevent piracy of using the key repeatedly, now that it's fetched though
|
||||
//this is not necessary so adding 2 years just avoids an issue with the user not fetching right away or a partially expired key
|
||||
w.WriteValue(l.MaintenanceExpire.AddYears(2));
|
||||
|
||||
w.WritePropertyName("TotalScheduleableUsers");
|
||||
w.WriteValue(l.Users.ToString());//Needs to be a string to match rockfish format
|
||||
|
||||
Reference in New Issue
Block a user