We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9f5495 + 542d5d1 commit 37982e6Copy full SHA for 37982e6
DigitalLearningSolutions.Web/Services/TrackerActionService.cs
@@ -272,7 +272,10 @@ public TrackerEndpointResponse StoreAspProgressNoSession(
272
logger.LogError(ex, ex.Message);
273
return TrackerEndpointResponse.StoreAspProgressException;
274
}
275
-
+ if (tutorialStatus!.Value > 0)
276
+ {
277
+ progressService.CheckProgressForCompletionAndSendEmailIfCompleted(progress);
278
+ }
279
return TrackerEndpointResponse.Success;
280
281
0 commit comments