This commit is contained in:
@@ -660,7 +660,7 @@ namespace Sockeye.Biz
|
|||||||
// l.Key = jLicense["key"].Value<string>();
|
// l.Key = jLicense["key"].Value<string>();
|
||||||
|
|
||||||
l.Active = true;//active here means it's been fully prepared and is viable for use, all prior licenses fit this description so all are active
|
l.Active = true;//active here means it's been fully prepared and is viable for use, all prior licenses fit this description so all are active
|
||||||
l.NotificationSent = true;
|
l.NotificationSent = true;//prevent new notification being sent
|
||||||
LicenseBiz biz = LicenseBiz.GetBiz(ct);
|
LicenseBiz biz = LicenseBiz.GetBiz(ct);
|
||||||
await biz.CreateAsync(l, true);
|
await biz.CreateAsync(l, true);
|
||||||
}//context
|
}//context
|
||||||
@@ -746,7 +746,7 @@ namespace Sockeye.Biz
|
|||||||
l.FetchEmail = jTrialRequestItem["email"].Value<string>();
|
l.FetchEmail = jTrialRequestItem["email"].Value<string>();
|
||||||
|
|
||||||
l.Active = true;//active here means it's been fully prepared and is viable for use, all prior licenses fit this description so all are active
|
l.Active = true;//active here means it's been fully prepared and is viable for use, all prior licenses fit this description so all are active
|
||||||
l.NotificationSent = true;
|
l.NotificationSent = true;//prevent resending
|
||||||
//workaround sketchy old testing licenses
|
//workaround sketchy old testing licenses
|
||||||
if (l.PGroup == ProductGroup.RavenSubscription)
|
if (l.PGroup == ProductGroup.RavenSubscription)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -219,7 +219,7 @@ namespace Sockeye.Biz
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
sb.AppendLine($"Support and updates until: {l.MaintenanceExpire}\r\n");
|
sb.AppendLine($"Support and updates until: {l.MaintenanceExpire.ToString("D")}\r\n");
|
||||||
var Plugs = LicenseToPluginsArray(l);
|
var Plugs = LicenseToPluginsArray(l);
|
||||||
if (Plugs.Count > 0)
|
if (Plugs.Count > 0)
|
||||||
{
|
{
|
||||||
@@ -527,7 +527,7 @@ AyaNova web site:
|
|||||||
http://www.ayanova.com
|
http://www.ayanova.com
|
||||||
|
|
||||||
Answers to frequently asked questions:
|
Answers to frequently asked questions:
|
||||||
http://www.ayanova.com/faqAnswers.htm
|
http://www.ayanova.com/faqanswers.htm
|
||||||
|
|
||||||
Technical support forum:
|
Technical support forum:
|
||||||
http://forum.ayanova.com
|
http://forum.ayanova.com
|
||||||
@@ -609,7 +609,7 @@ AyaNova web site:
|
|||||||
http://www.ayanova.com
|
http://www.ayanova.com
|
||||||
|
|
||||||
Answers to frequently asked questions:
|
Answers to frequently asked questions:
|
||||||
http://www.ayanova.com/faqAnswers.htm
|
http://www.ayanova.com/faqanswers.htm
|
||||||
|
|
||||||
Technical support forum:
|
Technical support forum:
|
||||||
http://forum.ayanova.com
|
http://forum.ayanova.com
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ AyaNova web site:
|
|||||||
http://www.ayanova.com
|
http://www.ayanova.com
|
||||||
|
|
||||||
Answers to frequently asked questions:
|
Answers to frequently asked questions:
|
||||||
http://www.ayanova.com/faqAnswers.htm
|
http://www.ayanova.com/faqanswers.htm
|
||||||
|
|
||||||
Technical support forum:
|
Technical support forum:
|
||||||
http://forum.ayanova.com
|
http://forum.ayanova.com
|
||||||
@@ -172,7 +172,7 @@ AyaNova web site:
|
|||||||
http://www.ayanova.com
|
http://www.ayanova.com
|
||||||
|
|
||||||
Answers to frequently asked questions:
|
Answers to frequently asked questions:
|
||||||
http://www.ayanova.com/faqAnswers.htm
|
http://www.ayanova.com/faqanswers.htm
|
||||||
|
|
||||||
Technical support forum:
|
Technical support forum:
|
||||||
http://forum.ayanova.com
|
http://forum.ayanova.com
|
||||||
|
|||||||
1
todo.txt
1
todo.txt
@@ -4,7 +4,6 @@ UNTESTED
|
|||||||
notifications on RAVEN trial request awaiting approval
|
notifications on RAVEN trial request awaiting approval
|
||||||
sub server create and track
|
sub server create and track
|
||||||
calendar event for decommission trial sub servers and notification
|
calendar event for decommission trial sub servers and notification
|
||||||
super confirm it will *not* attempt to email anyone on import even though it didn't earlier when I just ran with it but double confirm it anyway
|
|
||||||
Vendor notification route Test with v7 and v8 and test purchase vendor notification route with fake sales testsf
|
Vendor notification route Test with v7 and v8 and test purchase vendor notification route with fake sales testsf
|
||||||
v7 license fetch
|
v7 license fetch
|
||||||
Everything again on release build
|
Everything again on release build
|
||||||
|
|||||||
Reference in New Issue
Block a user