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 d8176d7 commit 28a8be0Copy full SHA for 28a8be0
DigitalLearningSolutions.Web/Controllers/MyAccountController.cs
@@ -474,7 +474,7 @@ DlsSubApplication dlsSubApplication
474
: new List<EditDelegateRegistrationPromptViewModel>();
475
476
var allCentreSpecificEmails = centreId == null
477
- ? userService.GetAllActiveCentreEmailsForUser(userId).Select(
+ ? userService.GetAllActiveCentreEmailsForUser(userId,true).Select(
478
row =>
479
{
480
string? email = null;
0 commit comments