fix: don't show filters and columns for Report Builder reports (#33825)

This commit is contained in:
Hussain Nagaria 2025-08-29 10:49:01 +05:30 committed by GitHub
parent 77dcacffc6
commit 85768a2eb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,7 +162,7 @@
"label": "Filters"
},
{
"depends_on": "eval:doc.report_type != \"Custom Report\"",
"depends_on": "eval:![\"Custom Report\", \"Report Builder\"].includes(doc.report_type)",
"fieldname": "filters",
"fieldtype": "Table",
"label": "Filters",
@ -177,7 +177,7 @@
"label": "Columns"
},
{
"depends_on": "eval:doc.report_type != \"Custom Report\"",
"depends_on": "eval:![\"Custom Report\", \"Report Builder\"].includes(doc.report_type)",
"fieldname": "columns",
"fieldtype": "Table",
"label": "Columns",
@ -207,7 +207,7 @@
"idx": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2025-03-12 17:08:09.629411",
"modified": "2025-08-28 18:28:32.510719",
"modified_by": "Administrator",
"module": "Core",
"name": "Report",