-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
3597 allow reordering tasks of a tour #3635
Conversation
We have:
Thx for reviewing, all comments welcome ❤️ |
d344db3
to
c6e1637
Compare
c6e1637
to
9f2162b
Compare
export const enableUnassignedToursDroppable = createAction(ENABLE_UNASSIGNED_TOURS_DROPPABLE) | ||
export const disableUnassignedToursDroppable = createAction(DISABLE_UNASSIGNED_TOURS_DROPPABLE) |
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.
This seems to be never called.
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.
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.
Fixes #3597
Fixes #3552
See #3595