You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue that prevented managing folders in user mode
Closes#5456
Basically there was a permission check on the user folder but this did not account for the current folder being a children of the user folder. The code now checks recursivelly to see if the user is inside of the user folder instead of exactly in that folder.
0 commit comments