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 92e3547 + 7d97c7c commit b2322baCopy full SHA for b2322ba
DigitalLearningSolutions.Web/Controllers/LearningPortalController/Current.cs
@@ -44,9 +44,7 @@ public async Task<IActionResult> Current(
44
45
var centreId = User.GetCentreIdKnownNotNull();
46
var selfAssessments =
47
- selfAssessmentService.GetSelfAssessmentsForCandidate(delegateUserId, centreId, 0)
48
- .Where(r => (r.RetirementDate != null && r.RetirementDate.Value.Date >= DateTime.UtcNow.Date)
49
- || r.RetirementDate == null).ToList();
+ selfAssessmentService.GetSelfAssessmentsForCandidate(delegateUserId, centreId, 0);
50
51
var (learningResources, apiIsAccessible) =
52
await GetIncompleteActionPlanResourcesIfSignpostingEnabled(delegateUserId);
0 commit comments