updated advanced pack to 3.12.0:
Reports:
Non-aggregated columns in Grid report export.
Normalized table mode for 2-dimensional Grid reports.
Ability to create internal reports via the UI.
Ability to show/hide and resize columns in the list report result view.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
[
|
||||
{
|
||||
"label": "",
|
||||
"rows": [
|
||||
[{"name": "name"},{"name":"type", "readOnly": true}],
|
||||
[{"name": "name"}, {"name":"type", "readOnly": true}],
|
||||
[{"name": "category"}, {"name": "entityType", "readOnly": true}],
|
||||
[{"name": "description", "fullWidth": true}]
|
||||
[{"name": "joinedReports"}, {"name": "internalClassName"}],
|
||||
[{"name": "description"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
[
|
||||
{
|
||||
"label": "",
|
||||
"rows": [
|
||||
[{"name": "name"},{"name":"type", "readOnly": true}],
|
||||
[{"name": "name"},{"name": "type", "readOnly": true}],
|
||||
[{"name": "category"}, {"name": "entityType", "readOnly": true}],
|
||||
[{"name": "description", "fullWidth": true}]
|
||||
[{"name": "description"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -42,6 +41,10 @@
|
||||
"view": "advanced:views/report/fields/runtime-filters"
|
||||
},
|
||||
{"name": "applyAcl"}
|
||||
],
|
||||
[
|
||||
{"name": "tableMode"},
|
||||
false
|
||||
]
|
||||
]
|
||||
},
|
||||
@@ -59,6 +62,7 @@
|
||||
},
|
||||
{
|
||||
"label": "Chart",
|
||||
"name": "chart",
|
||||
"rows": [
|
||||
[
|
||||
{
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
[
|
||||
{
|
||||
"label": "",
|
||||
"rows": [
|
||||
[{"name": "name"},{"name":"type", "readOnly": true}],
|
||||
[{"name": "category"}, {"name": "entityType", "readOnly": true}],
|
||||
[{"name": "description", "fullWidth": true}]
|
||||
[{"name": "description"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
[
|
||||
{
|
||||
"label": false,
|
||||
"rows": [
|
||||
[{"name":"name"}],
|
||||
[{"name":"description"}]
|
||||
|
||||
Reference in New Issue
Block a user