You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DigitalLearningSolutions.Data/DataServices/SupervisorDataService.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1209,7 +1209,7 @@ INNER JOIN CandidateAssessments AS ca1
1209
1209
ON sas1.SelfAssessmentID = ca1.SelfAssessmentID
1210
1210
INNER JOIN CompetencyAssessmentQuestions AS caq1
1211
1211
ON sas1.CompetencyID = caq1.CompetencyID
1212
-
ON sar1.SelfAssessmentID =sas1.SelfAssessmentID and sar1.CompetencyID=sas1.CompetencyID AND sar1.AssessmentQuestionID = caq1.AssessmentQuestionID AND sar1.DelegateUserID = ca1.DelegateUserID
1212
+
ON sar1.CompetencyID=sas1.CompetencyID AND sar1.AssessmentQuestionID = caq1.AssessmentQuestionID AND sar1.DelegateUserID = ca1.DelegateUserID
1213
1213
LEFT OUTER JOIN CandidateAssessmentOptionalCompetencies AS caoc1
1214
1214
ON sas1.CompetencyID = caoc1.CompetencyID
1215
1215
AND sas1.CompetencyGroupID = caoc1.CompetencyGroupID
0 commit comments