Anyone else experiencing problems after the new Kanban Update?

Continuing the discussion from Release notes - New Kanban, Stripe, and multi-select options:

Feels like it literally disabled a drag on any Kanban that I had, or add on the page. Anyone else experiencing issues?

Edit: Seems like you need to hard refresh the page (go to the Dashboard and back to the project) in order to refresh/reload the DOM and the component?

Edit 2: Nah it seems to not only not work, but it also broke all of my logic - NoCode logic. I would not mind if it was JS, but it was NoCode blocks that are bugging out now.

Okay, so far Iā€™ve understood, that you need to go to the dashboard, and back in order to ā€œunstuckā€ the drag after a change in the draggable target. As for the bug with the Workflows and Data, I had a Sorted By set to key, which is 1 for every item, and this brought havoc to my workflows, and how it handled the v-for, I ended up turning it off.

Edit: Also when you switch from the Preview, to the Editor, and then back to the preview, the drag stops working.

Screenshot 2023-11-29 at 22.25.49

It starts working when you press reload data button.

For me it is also not working out of the boxā€¦ I had to change class to draggable on ā€˜cardā€™.

After dragging items list remains unchanged :frowning_face:

1 Like

Hi, Iā€™m sorry your Kanban is not working as expected. After multiple test on your project we didnt manage to figure out why as its only happening in your project with existing kanban, if you duplicate your kanban the new one is working, if you create a new one its also working fine.

Maybe you have custom css or js that could explain this behavior ? Can you try to duplicate your stack, and confirm me its working even after a reload ? Thanks

Hi, what is not working out of the box ? For me everything is working and I can update the settings without reloading anything :thinking:

I can confirm, that taking the stack out of the Kanban helped. Nontheless, Iā€™d like to understand what was the issue. The only CSS that I used, was to hide the head and the footer of the kanban stack, and also the css to change the direction to horizontal, as you couldā€™ve seen.

I found out the issue!

It was not your fault at all. Vuedraggable is interpretting undefined as true for the new disabled state. And itā€™s the case for some previously created kanban. Well, not a common way to interpret undefined, but we should have catched it.

Iā€™m sorry for the inconvenience, everything should works as expected for existing Kanban now! Dont hesitate to report any further issues you could encounter :slight_smile:

1 Like