various small comments

This commit is contained in:
Kim 2023-03-16 16:53:36 +01:00
parent 91a1c47328
commit 4a19ebd49c
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ public static class UserMethods
.Distinct();
// Distinct because the user might have direct access
// to a child folder of a folder he has already access to
// to a child folder of a folder he has already access to
// ---TODO shouldn't we prevent doubling permissions? -K"
}
public static IEnumerable<TreeNode> AccessibleFoldersAndInstallations(this User user)