From 95b501030f79dff8dd673db9f6cfb2e3e214dc3a Mon Sep 17 00:00:00 2001 From: Aditya Hase Date: Tue, 15 Jan 2019 14:32:00 +0530 Subject: [PATCH] fix(dashboard): Change fieldtype Chart Filters to Code --- frappe/core/doctype/chart/chart.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/core/doctype/chart/chart.json b/frappe/core/doctype/chart/chart.json index dc130dbcb9..d3fbe031f5 100644 --- a/frappe/core/doctype/chart/chart.json +++ b/frappe/core/doctype/chart/chart.json @@ -118,7 +118,7 @@ "collapsible": 0, "columns": 0, "fieldname": "chart_filters_json", - "fieldtype": "Data", + "fieldtype": "Code", "hidden": 0, "ignore_user_permissions": 0, "ignore_xss_filter": 0, @@ -153,7 +153,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2019-01-15 13:06:10.149493", + "modified": "2019-01-15 14:23:32.211219", "modified_by": "Administrator", "module": "Core", "name": "Chart",