From 4a19ebd49cf32d4db7eaf6b14bc0d14a29468a0e Mon Sep 17 00:00:00 2001 From: Kim Date: Thu, 16 Mar 2023 16:53:36 +0100 Subject: [PATCH] various small comments --- csharp/App/Backend/DataTypes/Methods/User.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)