fix: check for df options in set fieldin case field type for both conditions is the same
This commit is contained in:
parent
7683fa7e07
commit
7e45035c18
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ frappe.ui.Filter = class {
|
|||
// called when condition is changed,
|
||||
// don't change if all is well
|
||||
if(this.field && cur.fieldname == fieldname && df.fieldtype == cur.fieldtype &&
|
||||
df.parent == cur.parent) {
|
||||
df.parent == cur.parent && df.options == cur.options) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue