fix: don't show filters and columns for Report Builder reports (#33825)
This commit is contained in:
parent
77dcacffc6
commit
85768a2eb0
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue