Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fixed an issue that prevented managing folders in user mode #5484

Merged
merged 2 commits into from
Jan 16, 2023

Conversation

valadas
Copy link
Contributor

@valadas valadas commented Jan 14, 2023

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.

Summary

Closes dnnsoftware#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.
@valadas valadas added this to the 9.11.1 milestone Jan 14, 2023
Copy link
Contributor

@david-poindexter david-poindexter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch @valadas - thank you! 🎉

@bdukes
Copy link
Contributor

bdukes commented Jan 16, 2023

ready to merge once the build completes

@david-poindexter david-poindexter merged commit 7d60b39 into dnnsoftware:develop Jan 16, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resource Manager in user mode prevents sub directory file management
3 participants