Skip to content

Fixed issue boards issue sorting when dragging issue into list

Phil Hughes requested to merge boards-issue-sorting into master

What does this MR do?

Currently it just appends the new issue to the end of list & then sorts by priority which can cause some strange effects. For example if you drag the issue to the top of the list & then vue re-renders, the issue actually goes to the bottom.

This changes that by adding the issue at the specific index.

Screenshots (if relevant)

boards-sorting

Merge request reports