Add report integration for BpmnUserTask with filters and panels; update cache timestamps

This commit is contained in:
2026-01-22 13:40:14 +01:00
parent c9e5846110
commit 99045d55d2
8 changed files with 266 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
{
"presetFilters": {
"reportFilter6972174b6540731c1": "UserTask"
}
}

View File

@@ -2,9 +2,6 @@
"_delimiter_": {
"disabled": true
},
"tasks": {
"disabled": true
},
"default": {
"index": 0
},
@@ -13,5 +10,8 @@
},
"history": {
"index": 2
},
"tasks": {
"index": 3
}
}

View File

@@ -0,0 +1,44 @@
{
"sidePanels": {
"detail": [
"__APPEND__",
{
"isReportPanel": true,
"name": "reportPanel697216784307d43ad",
"label": "uSERtASKSs",
"view": "advanced:views/report-panel/record/panels/report-panel-side",
"reportPanelId": "697216784307d43ad",
"reportType": "List",
"reportEntityType": "BpmnUserTask",
"displayType": "List",
"displayTotal": false,
"displayOnlyTotal": false,
"useSiMultiplier": true,
"accessDataList": [
{
"scope": "BpmnUserTask"
},
{
"teamIdList": [
"68da9bdd622c9958a"
]
}
]
}
]
},
"filterList": [
"__APPEND__",
{
"isReportFilter": true,
"name": "reportFilter6972174b6540731c1",
"accessDataList": [
{
"teamIdList": [
"68da9bdd622c9958a"
]
}
]
}
]
}

View File

@@ -0,0 +1,10 @@
{
"collection": {
"filters": {
"reportFilter6972174b6540731c1": {
"isReportFilter": true,
"id": "6972174b6540731c1"
}
}
}
}

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1,5 @@
{
"primaryFilterClassNameMap": {
"reportFilter6972174b6540731c1": "Espo\\Modules\\Advanced\\Classes\\Select\\Common\\PrimaryFilters\\ReportFilter"
}
}