Skip to content

Commit

Permalink
fix: Set color control as Data while adding filter
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 committed Mar 24, 2021
1 parent 0d20d1a commit b22e5dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frappe/public/js/frappe/ui/filters/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ frappe.ui.filter_utils = {
'Dynamic Link',
'Read Only',
'Assign',
'Color',
].indexOf(df.fieldtype) != -1
) {
df.fieldtype = 'Data';
Expand Down

0 comments on commit b22e5dd

Please sign in to comment.