Closed Bug 909994 Opened 12 years ago Closed 12 years ago

Dropping cards in columns that are filtered with a search query, don't stay there when removing filter.

Categories

(Webtools :: kanbanzilla, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: iamderekries, Assigned: iamderekries)

Details

If you start applying a filter on the board, and then drag and drop a card into another column while this filter is applied, removing the filter will then remove the card from its new column and it will be back in the old column. This is only on the client-side however, as the act of dropping the card in a column updates that bugs status/whiteboard. The next time the board is loaded or the data is loaded somehow, the card will be in the right place. This is a result of the filter in angularjs essentially creating a new array. So the card is plucked from the new array of its initial column, and dropped in the new array of the target column. Then when deleting the filter, the data goes back to the original arrays, that no longer have the updated data.
Whiteboard: kanbanzilla[Needs Investigation]
Whiteboard: kanbanzilla[Needs Investigation] → kanbanzilla[Ready to work on]
Assignee: nobody → dries
Status: NEW → ASSIGNED
Whiteboard: kanbanzilla[Ready to work on]
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.