Merge pull request #32950 from ibrahim317/fix-kanban-columns
fix(kanban): Refresh columns when switching boards, fixes #30030
This commit is contained in:
commit
c4d95108bd
1 changed files with 1 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ frappe.views.KanbanView = class KanbanView extends frappe.views.ListView {
|
|||
user_settings: this.view_user_settings,
|
||||
});
|
||||
} else if (board_name === this.kanban.board_name) {
|
||||
this.$result.empty();
|
||||
this.kanban.update(this.data);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue