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 6e6f152 + 185537c commit 576fbefCopy full SHA for 576fbef
DigitalLearningSolutions.Data/DataServices/SelfAssessmentDataService/CompetencyDataService.cs
@@ -288,7 +288,7 @@ public IEnumerable<Competency> GetResultSupervisorVerifications(int selfAssessme
288
INNER JOIN DelegateAccounts DA1 ON CA.DelegateUserID = DA1.UserID AND au.CentreID = DA1.CentreID AND DA1.Active=1
289
WHERE (LAR.Verified IS NULL)
290
AND ((LAR.Result IS NOT NULL) OR (LAR.SupportingComments IS NOT NULL))
291
- AND (LAR.Requested IS NOT NULL)
+ AND (LAR.Requested IS NOT NULL) AND (au.CategoryID = 0 OR au.CategoryID = (select CategoryID from SelfAssessments where ID = @selfAssessmentId))
292
ORDER BY SupervisorVerificationRequested DESC, C.Name",
293
(competency, assessmentQuestion) =>
294
{
0 commit comments