various small comments
This commit is contained in:
parent
91a1c47328
commit
4a19ebd49c
|
@ -31,7 +31,8 @@ public static class UserMethods
|
||||||
.Distinct();
|
.Distinct();
|
||||||
|
|
||||||
// Distinct because the user might have direct access
|
// 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)
|
public static IEnumerable<TreeNode> AccessibleFoldersAndInstallations(this User user)
|
||||||
|
|
Loading…
Reference in New Issue