Hi everyone,
I’m currently testing Frappe Framework v16 (beta 2) and I’ve run into a bug related to Dashboard Charts used inside the Frappe Desk.
When loading a chart that uses filters on a child DocType, the Desk throws this error:
Invalid simple filter format: ['Transaction', 'status', '=', 'In Progress', False]
Error parsing nested filters: Invalid simple filter format: ['Transaction', 'status', '=', 'In Progress', False]
The same filters work correctly in Report Builder and Script Reports — the issue only appears when the chart is rendered in the Desk workspace.
I also want to ask:
Which commit/version of the develop branch is currently the most stable (“safe point”) to use?
I want to use the new Workspace features (adding Doctypes, Pages, etc.) but I prefer not to stay on the beta version because:
-
The beta Desktop Icons still have several UI issues (e.g., icons cannot be clicked)
-
The Dashboard Chart bug mentioned above affects my workspace setup
If anyone knows a stable commit in develop without these issues, or has a workaround for the chart filter error, I’d appreciate your suggestions.
Thanks!