diff --git a/csharp/App/Backend/DataTypes/Methods/User.cs b/csharp/App/Backend/DataTypes/Methods/User.cs index d64e2e84b..83905a911 100644 --- a/csharp/App/Backend/DataTypes/Methods/User.cs +++ b/csharp/App/Backend/DataTypes/Methods/User.cs @@ -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 AccessibleFoldersAndInstallations(this User user)