fix: Set color control as Data while adding filter

This commit is contained in:
Suraj Shetty 2021-03-24 17:37:44 +05:30
parent 0d20d1a5d5
commit b22e5ddcb2

View file

@ -495,6 +495,7 @@ frappe.ui.filter_utils = {
'Dynamic Link',
'Read Only',
'Assign',
'Color',
].indexOf(df.fieldtype) != -1
) {
df.fieldtype = 'Data';