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:
Akhil Narang 2025-11-20 12:22:14 +05:30
parent 91df62f0f4
commit b34fbd8e33
No known key found for this signature in database
GPG key ID: 9DCC61E211BF645F
4 changed files with 4 additions and 4 deletions

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,