Skip to content
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

Fixed an issue where resource manager would not have appropriate root folder #5351

Merged
merged 4 commits into from
Oct 23, 2022

Conversation

valadas
Copy link
Contributor

@valadas valadas commented Oct 23, 2022

Resolves an issue where in group/user/folder mode the folder list would always start at the site root instead of the folder dictated by the module settings.

Closes #4825

User mode:
image

Site Assets:
image

Global Assets:
image

Group mode:
image

Specific folder mode:
image

… folder

Resolves an issue where in group/user/folder mode the folder list would always start at the site root instead of the folder dictated by the module settings.

Closes dnnsoftware#4825
@valadas valadas added this to the 9.11.1 milestone Oct 23, 2022
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.

This is FANTASTIC @valadas - thank you!!!

@mitchelsellers
Copy link
Contributor

@valadas Looks like we have a build error

@david-poindexter
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@valadas
Copy link
Contributor Author

valadas commented Oct 23, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@david-poindexter david-poindexter merged commit e8406e2 into dnnsoftware:develop Oct 23, 2022
valadas added a commit to valadas/Dnn.Platform that referenced this pull request Oct 23, 2022
In dnnsoftware#5351 a change was implemented to get the root folders according to the settings. Because of this a user is now always on some sort of root folder instead of the root folders not being part of any and having a virtual "root" ListItem. So before that change we were auto-expending that root item but now all direct children are open by default and it does not look right. This PR solves that by not expanding automatically the first level in the tree.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resource Manager module in Group mode allows user to navigate outside of their Group folder
3 participants