What's New
Frappe fix framework

Dashboard chart crashes when filters_json is a dict

KA @kaulith · #40563 · merged 5 Jul 2026

Report-type Dashboard Charts could fail to load when filters_json contained a dict instead of a list; validation now checks `isinstance(filters, list)`.