Merge pull request #32950 from ibrahim317/fix-kanban-columns

fix(kanban): Refresh columns when switching boards, fixes #30030
This commit is contained in:
Ejaaz Khan 2025-06-26 14:50:43 +05:30 committed by GitHub
commit c4d95108bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}
}