-
Notifications
You must be signed in to change notification settings - Fork 83
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
Fix navigation tree not showing up #278
Fix navigation tree not showing up #278
Conversation
Signed-off-by: Loan Laux <[email protected]>
I've noticed that there's no way to edit a newly added component item before clicking the Save button. Was that the case before or is this a regression? |
@willopez I can't assign a reviewer here for some reason... Since you were planning on fixing this, do you want to do a code review? |
Thanks for this @loan-laux! I'll review it, and I believe that was the case and this PR does not cause a regression. I'll verify when reviewing. |
I agree with @willopez, I don’t think your changes caused a regression. |
imports/plugins/core/navigation/client/components/NavigationDashboard.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Loan Laux <[email protected]>
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.
👍 Look good.
Had to run tests locally since they didn't run on CI. This was fixed on CircleCI and they should run on future pull-requests from forked repos.
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.
LGTM
Thanks @willopez @mikemurray. Can we get a release for that? There's also a bunch of other things that are on |
@loan-laux You are welcomed and thank you for you contribution. We'll get a new beta out soon. |
Signed-off-by: Loan Laux [email protected]
Resolves #256
Impact: critical
Type: bugfix
Issue
The Navigation page wasn't working because of the navigation tree not showing up.
Solution
Update
react-dnd
andreact-dnd-html5-backend
to 9.5.1, and moveDndProvider
up the component tree (at<App />
level) to avoid conflict withreact-router
.Breaking changes
None.
Testing