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 97783c5 commit ae399dbCopy full SHA for ae399db
DigitalLearningSolutions.Web/Controllers/MyAccountController.cs
@@ -588,7 +588,7 @@ DlsSubApplication dlsSubApplication
588
{
589
var adminentity = new AdminEntity(adminAccount, userEntity.UserAccount, null);
590
CultureInfo currentCulture = System.Threading.Thread.CurrentThread.CurrentCulture;
591
- roles = FilterableTagHelper.GetCurrentTagsForAdmin(adminentity).Where(s => s.Hidden == false)
+ roles = FilterableTagHelper.GetCurrentTagsForAdmin(adminentity).Where(s => s.Hidden == false && s.DisplayText != "Active")
592
.Select(d => d.DisplayText).ToList<string>();
593
}
594
return roles;
0 commit comments