Skip to content

Commit 6661295

Browse files
committed
TD_5666_Framework Competency Group Description showing on Learning Portal/Supervisor Interface
1 parent 6bdddeb commit 6661295

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
@@ -1056,7 +1056,7 @@ int adminId
10561056
{
10571057
var numberOfAffectedRows = connection.Execute(
10581058
@"UPDATE CompetencyGroups SET Name = @name, UpdatedByAdminID = @adminId, Description = @description
1059-
WHERE ID = @competencyGroupId AND (Name <> @name OR ISNULL(Description, '') <> ISNULL(@description, ''))",
1059+
WHERE ID = @competencyGroupId AND (Name <> @name OR Description <> @description)",
10601060
new { name, adminId, competencyGroupId, description }
10611061
);
10621062
if (numberOfAffectedRows < 1)

0 commit comments

Comments
 (0)