fix: remove no-op parameter from filter JSON
This was deprecated even with db_query, qb doesn't support at all. Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
91df62f0f4
commit
b34fbd8e33
4 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"doctype": "Dashboard Chart",
|
||||
"document_type": "Activity Log",
|
||||
"dynamic_filters_json": "[]",
|
||||
"filters_json": "[[\"Activity Log\",\"status\",\"=\",\"Success\",false]]",
|
||||
"filters_json": "[[\"Activity Log\",\"status\",\"=\",\"Success\"]]",
|
||||
"group_by_type": "Count",
|
||||
"idx": 0,
|
||||
"is_public": 0,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"doctype": "Number Card",
|
||||
"document_type": "Activity Log",
|
||||
"dynamic_filters_json": "[]",
|
||||
"filters_json": "[[\"Activity Log\",\"status\",\"=\",\"Failed\",false]]",
|
||||
"filters_json": "[[\"Activity Log\",\"status\",\"=\",\"Failed\"]]",
|
||||
"function": "Count",
|
||||
"idx": 0,
|
||||
"is_public": 0,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"doctype": "Number Card",
|
||||
"document_type": "Web Form",
|
||||
"dynamic_filters_json": "[]",
|
||||
"filters_json": "[[\"Web Form\",\"published\",\"=\",1,false]]",
|
||||
"filters_json": "[[\"Web Form\",\"published\",\"=\",1]]",
|
||||
"function": "Count",
|
||||
"idx": 0,
|
||||
"is_public": 0,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"doctype": "Number Card",
|
||||
"document_type": "Web Page",
|
||||
"dynamic_filters_json": "[]",
|
||||
"filters_json": "[[\"Web Page\",\"published\",\"=\",1,false]]",
|
||||
"filters_json": "[[\"Web Page\",\"published\",\"=\",1]]",
|
||||
"function": "Count",
|
||||
"idx": 0,
|
||||
"is_public": 0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue