-
Notifications
You must be signed in to change notification settings - Fork 60
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
Bugfix: Render calculated user start nodes in User Workspace #2010
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks and tests good. I tried several scenarios with varying degrees of start nodes. The only thing I could find is that you have to click out of the user and back into them when you change their user groups to get the UI to call the "calculate-start-nodes" endpoint again. Perhaps we could listen on that when user groups change. Approved nonetheless!
Description
This PR implements the new endpoint to fetch the calculated start nodes for a user (umbraco/Umbraco-CMS#16609)
What to test:
Types of changes