stable

Clone or download

Read-only

Prevent reordering when a card is dropped in its source cell

This is a bug fix part of: story #13626 Drag and drop cards How to reproduce: - Take a child card or solo card that is ALONE in its cell - Drag it over the other cells of the swimlane, but drop it at the exact same place it was. --> dn'd crashes because it tries to reorder the cards in the cell --> When it is a solo card it does not find its siblings --> When it is a child card it is ranked with itself and triggers a REST error How to test: --> This behavior should be fixed Change-Id: Ibc56391a6e48f6d49d9eecb8109fc934e482330d

Modified Files

Name
M plugins/taskboard/scripts/taskboard/src/store/swimlane/drag-drop-actions.test.ts +58 −0 Go to diff View file
M plugins/taskboard/scripts/taskboard/src/store/swimlane/drag-drop-actions.ts +4 −0 Go to diff View file