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 9e94be8 + eb32c1f commit 52654f9Copy full SHA for 52654f9
DigitalLearningSolutions.Data/DataServices/FrameworkDataService.cs
@@ -299,7 +299,7 @@ FROM CourseTopics
299
300
private const string FrameworkTables =
301
@"Frameworks AS FW LEFT OUTER JOIN
302
- FrameworkCollaborators AS fwc ON fwc.FrameworkID = FW.ID AND fwc.AdminID = @adminId
+ FrameworkCollaborators AS fwc ON fwc.FrameworkID = FW.ID AND fwc.AdminID = @adminId AND COALESCE(IsDeleted, 0) = 0
303
LEFT OUTER JOIN FrameworkReviews AS fwr ON fwc.ID = fwr.FrameworkCollaboratorID AND fwr.Archived IS NULL AND fwr.ReviewComplete IS NULL";
304
305
private const string AssessmentQuestionFields =
0 commit comments