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/SelfAssessmentDataService/SelfAssessmentSupervisorDataService.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,8 @@ LEFT OUTER JOIN AdminUsers AS au
57
57
ON sd.SupervisorAdminID = au.AdminID
58
58
INNER JOIN DelegateAccounts da ON sd.DelegateUserID = da.UserID AND au.CentreID = da.CentreID AND da.Active=1
59
59
LEFT OUTER JOIN SelfAssessmentSupervisorRoles AS sasr
60
-
ON cas.SelfAssessmentSupervisorRoleID = sasr.ID";
60
+
ON cas.SelfAssessmentSupervisorRoleID = sasr.ID
61
+
LEFT OUTER JOIN SelfAssessments sa ON sa.id = ca.SelfAssessmentID AND sa.CategoryID = au.CategoryID";
0 commit comments