fix: Set color control as Data while adding filter
(cherry picked from commit b22e5ddcb2)
This commit is contained in:
parent
8137bf5d82
commit
1b8710fc45
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