- Issue created by @cesarmsfelipe
- 🇪🇸Spain cesarmsfelipe
Attached here is a provisional patch to fix the counter update issue during drag-and-drop and some class inconsistances.
The drag-and-drop functionality in the Kanban board is not working as expected. Specifically:
Counters for items and points are not updating correctly when items are moved between columns.
The draggableInit function is not properly handling the state changes, leading to inconsistent behavior.
The AJAX call to update the backend state is not always triggered, causing discrepancies between the frontend and backend states.
This issue affects the usability of the Kanban board, as users cannot reliably track the status of items or points.
Review and fix the logic in the draggableInit function to ensure counters (countTotal and countPoint) are updated correctly when items are dragged and dropped.
Ensure the AJAX call to update the backend state is consistently triggered and handles errors appropriately.
Add validation to prevent unnecessary AJAX calls when an item is dropped in the same column.
Active
1.0
Code
Attached here is a provisional patch to fix the counter update issue during drag-and-drop and some class inconsistances.