-
Notifications
You must be signed in to change notification settings - Fork 758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: DNN Resource Manager Permissions Broken #6318
Comments
I tried this on another project on a site running DNN v9.13.07 and verified this. Also, in the video you can see the console output showing that the problems are errors in the front-end in JS and related to the permissions (object). This video demonstrates that you cannot add a Role to a folder using the Resource Manager. Additional problems visible in the video:
|
I can confirm that. When adding a role it is not inserted in the database (table FolderPermissions) - the site is running DNN v9.13.6. I tried to add the permissions manually in the database, cleared the cached and it worked fine. |
I could reproduce this behaviour also in DNN 10.0.0-RC1 |
I also am experiencing the reported issue in DNN 09.13.07 (and erlier versions as well). |
This is a duplicate of Nov 2023: Issue #5857, [Bug]: Resource Manager Error: cannot Add or Remove Permissions on Folders Note that the previous issue provides a lot more detail and the specifics of the console error(s). |
Just tested, I can also confirm this affects DNN v10 RC1 and also the latest overnight builds. |
Is there an existing issue for this?
What happened?
When assigning a Role (for example: Site Manager) to a folder in the DNN Resource Manager with permissions to View, Browse, and Write to the Folder, the newly assigned User with that particular Role should now have editing abilities/access to the top toolbar options.
Steps to reproduce?
As an Admin
Switch to Site Manager Role/Account
Current Behavior
When assigning a Role (for example: Site Manager) to a folder in the DNN Resource Manager with permissions to View, Browse, and Write to the Folder, the newly assigned User with that particular Role does not see editing tools. The applied updates to the Role are not retained once tested by switching to the Site Manager account. I expect the permissions to update once I refresh the page or switch users/roles so that I can add materials to the Folder as a User without Admin privileges.
Expected Behavior
Covered above, thanks!
Relevant log output
Anything else?
No response
Affected Versions
9.13.7
What browsers are you seeing the problem on?
Chrome
Code of Conduct
The text was updated successfully, but these errors were encountered: