Skip to content

Commit 4b4f529

Browse files
committed
TD-5216 Load FALSE into AlwaysShowDescription field for downloaded template
1 parent f0da776 commit 4b4f529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Data/DataServices/FrameworkDataService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2404,7 +2404,7 @@ public IEnumerable<BulkCompetency> GetBulkCompetenciesForFramework(int framework
24042404
if (frameworkId < 1)
24052405
{
24062406
return connection.Query<BulkCompetency>(
2407-
@"SELECT NULL AS ID, '' AS CompetencyGroup, '' AS GroupDescription, '' AS Competency, '' AS CompetencyDescription, NULL AS AlwaysShowDescription, '' AS FlagsCsv"
2407+
@"SELECT NULL AS ID, '' AS CompetencyGroup, '' AS GroupDescription, '' AS Competency, '' AS CompetencyDescription, 0 AS AlwaysShowDescription, '' AS FlagsCsv"
24082408
);
24092409
}
24102410
else

0 commit comments

Comments
 (0)