64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"view": "advanced:views/dashlets/bpmn-user-tasks",
|
|
"aclScope": "BpmnUserTask",
|
|
"entityType": "BpmnUserTask",
|
|
"options": {
|
|
"fields": {
|
|
"title": {
|
|
"type": "varchar",
|
|
"required": true
|
|
},
|
|
"autorefreshInterval": {
|
|
"type": "enumFloat",
|
|
"options": [0, 0.5, 1, 2, 5, 10]
|
|
},
|
|
"displayRecords": {
|
|
"type": "enumInt",
|
|
"options": [3,4,5,10,15,20,30]
|
|
},
|
|
"expandedLayout": {
|
|
"type": "base",
|
|
"view": "views/dashlets/fields/records/expanded-layout"
|
|
}
|
|
},
|
|
"defaults": {
|
|
"orderBy": "createdAt",
|
|
"order": "desc",
|
|
"displayRecords": 5,
|
|
"expandedLayout": {
|
|
"rows": [
|
|
[
|
|
{
|
|
"name": "name",
|
|
"link": true
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"searchData": {
|
|
"bool": {
|
|
"onlyMy": true
|
|
},
|
|
"primary": "actual"
|
|
}
|
|
},
|
|
"layout": [
|
|
{
|
|
"rows": [
|
|
[
|
|
{"name": "title"}
|
|
],
|
|
[
|
|
{"name": "displayRecords"},
|
|
{"name": "autorefreshInterval"}
|
|
],
|
|
[
|
|
{"name": "expandedLayout"},
|
|
false
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|