mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[AAE-3469] New Service Task List in Task List Cloud Component (#6131)
* [AAE-3469] New Service Task Lisst Component * Fix unit tests * Add documentation * Add public methods to Data Table Schema
This commit is contained in:
@@ -969,6 +969,35 @@
|
||||
"delete"
|
||||
]
|
||||
},
|
||||
"adf-edit-service-task-filter": {
|
||||
"filterProperties": [
|
||||
"appName",
|
||||
"serviceTaskId",
|
||||
"activityName",
|
||||
"activityType",
|
||||
"completedDate",
|
||||
"startedDate",
|
||||
"sort",
|
||||
"order",
|
||||
"status",
|
||||
"elementId",
|
||||
"serviceName",
|
||||
"processInstanceId",
|
||||
"processDefinitionId",
|
||||
"serviceName"
|
||||
],
|
||||
"sortProperties": [
|
||||
"id",
|
||||
"activityName",
|
||||
"completedDate",
|
||||
"startedDate"
|
||||
],
|
||||
"actions": [
|
||||
"save",
|
||||
"saveAs",
|
||||
"delete"
|
||||
]
|
||||
},
|
||||
"adf-edit-process-filter": {
|
||||
"filterProperties": [
|
||||
"status",
|
||||
@@ -1066,6 +1095,44 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"adf-cloud-service-task-list": {
|
||||
"presets": {
|
||||
"default": [
|
||||
{
|
||||
"key": "entry.id",
|
||||
"type": "text",
|
||||
"title": "ADF_CLOUD_SERVICE_TASK_LIST.PROPERTIES.ID",
|
||||
"sortable": true
|
||||
},
|
||||
{
|
||||
"key": "entry.activityName",
|
||||
"type": "text",
|
||||
"title": "ADF_CLOUD_SERVICE_TASK_LIST.PROPERTIES.ACTIVITY_NAME",
|
||||
"sortable": true
|
||||
},
|
||||
{
|
||||
"key": "entry.status",
|
||||
"type": "text",
|
||||
"title": "ADF_CLOUD_SERVICE_TASK_LIST.PROPERTIES.STATUS",
|
||||
"sortable": true
|
||||
},
|
||||
{
|
||||
"key": "entry.startedDate",
|
||||
"type": "date",
|
||||
"title": "ADF_CLOUD_SERVICE_TASK_LIST.PROPERTIES.STARTED_DATE",
|
||||
"sortable": true,
|
||||
"format": "timeAgo"
|
||||
},
|
||||
{
|
||||
"key": "entry.completedDate",
|
||||
"type": "date",
|
||||
"title": "ADF_CLOUD_SERVICE_TASK_LIST.PROPERTIES.COMPLETED_DATE",
|
||||
"sortable": true,
|
||||
"format": "timeAgo"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"adf-cloud-process-list": {
|
||||
"presets": {
|
||||
"default": [
|
||||
|
||||
Reference in New Issue
Block a user