fix: Set color control as Data while adding filter
This commit is contained in:
parent
0d20d1a5d5
commit
b22e5ddcb2
1 changed files with 1 additions and 0 deletions
|
|
@ -495,6 +495,7 @@ frappe.ui.filter_utils = {
|
|||
'Dynamic Link',
|
||||
'Read Only',
|
||||
'Assign',
|
||||
'Color',
|
||||
].indexOf(df.fieldtype) != -1
|
||||
) {
|
||||
df.fieldtype = 'Data';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue