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.
1 parent c524236 commit 54949e0Copy full SHA for 54949e0
DigitalLearningSolutions.Data/DataServices/FrameworkDataService.cs
@@ -285,7 +285,7 @@ public class FrameworkDataService : IFrameworkDataService
285
fwr.ID AS FrameworkReviewID";
286
287
private const string BrandedFrameworkFields =
288
- @",(SELECT BrandName
+ @", FW.Description, (SELECT BrandName
289
FROM Brands
290
WHERE (BrandID = FW.BrandID)) AS Brand,
291
(SELECT CategoryName
0 commit comments