mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2026-03-22 10:23:13 +00:00
Merge pull request #281 from LD-Reborn/feature/issue_224
Issue 224: Bug: Image of different user is visible until new image is loaded
This commit is contained in:
@@ -21,6 +21,7 @@ public class GroupModel
|
||||
string? descriptionValue = ldapData.GetValueOrDefault("description");
|
||||
if (descriptionValue is null)
|
||||
{
|
||||
DisplayName = Cn;
|
||||
Permissions = [];
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user