Skip to content

Commit 54949e0

Browse files
committed
TD-480 Amends previous migration and sets up basic services and controller for creating a new assessment
1 parent c524236 commit 54949e0

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
@@ -285,7 +285,7 @@ public class FrameworkDataService : IFrameworkDataService
285285
fwr.ID AS FrameworkReviewID";
286286

287287
private const string BrandedFrameworkFields =
288-
@",(SELECT BrandName
288+
@", FW.Description, (SELECT BrandName
289289
FROM Brands
290290
WHERE (BrandID = FW.BrandID)) AS Brand,
291291
(SELECT CategoryName

0 commit comments

Comments
 (0)