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.
1 parent de59eae commit 7d97c7cCopy full SHA for 7d97c7c
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