Skip to content
Snippets Groups Projects
Commit d6d6e4f6 authored by Aaron Bohy's avatar Aaron Bohy
Browse files

[FIX] web: kanban: keep column folded when d&d a record


In a grouped kanban view, drag a record and drop it in a folded
column. Before this commit, it opened and loaded the target column.
It shouldn't, the column should remain folded. This behavior has
been introduced in v16 with the wowl views.

This commit restores the legacy kanban behavior, which keeps the
target column folded and thus doesn't load it. We ensure that
the progressbar of the source column is correctly updated though.

Task 3208098

closes odoo/odoo#115628

Signed-off-by: default avatarGéry Debongnie <ged@odoo.com>
parent 68e3e2b9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment