Skip to content

Conversation

@quynh1-nguyenthinhu
Copy link

Hi @ichylinux

If user sorts issues of the same status on Taskboard, e.g. to list issues in the highest to lowest priority => the order of the sorted issues is not retained; when the user refreshes the pages, the order of issues is reset

Because the move_to method wasn't implemented, attempting to re-arrange tasks in Taskboard page will cause a "Not implemented" error to be logged, and the changes will not be persisted.

This patch implements the move_to method so changes to task positions are persisted (refer gem awesome_nested_set)

Because the move_to method wasn't implemented, attempting to re-arrange tasks
will cause a "Not implemented" error to be logged, and the changes will not
be persisted.

This patch implements the move_to method so changes to task positions are persisted.
@ichylinux ichylinux merged commit 9c12c72 into maedadev:master Sep 28, 2023
@ichylinux
Copy link
Collaborator

hi @quynh1-nguyenthinhu

thank you for this PR.
i merged it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants