fix(minor): dont apply depends_on while selecting chart filters
This commit is contained in:
parent
ce592a40b4
commit
15a9cb7684
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ frappe.ui.form.on('Dashboard Chart', {
|
|||
// nothing is mandatory
|
||||
_df.reqd = 0;
|
||||
_df.default = null;
|
||||
_df.depends_on = null;
|
||||
_df.read_only = 0;
|
||||
_df.permlevel = 1;
|
||||
_df.hidden = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue