Skip to content

Commit df18089

Browse files
committed
TD-5583_Test Failed for last accessed information not showing on the delegates screen as the last accessed field was missing in the original view generation query.
1 parent f91f260 commit df18089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DigitalLearningSolutions.Data/DataServices/UserDataService/DelegateUserDataService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ FROM DelegateAccounts AS da
111111
ce.CentreName,
112112
ce.Active AS CentreActive,
113113
da.DateRegistered,
114+
da.LastAccessed,
114115
da.CandidateNumber,
115116
da.Answer1,
116117
da.Answer2,

0 commit comments

Comments
 (0)