mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3676] Task Header - Expose task properties out of the box (#3883)
* #3878 Add support for end date in TaskHeaderComponent * add duration and parentTaskId
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
"PROPERTIES": {
|
||||
"TASK_NAME": "Task",
|
||||
"THUMBNAIL": "Thumbnail",
|
||||
"DURATION": "Duration",
|
||||
"PARENT_TASK_ID": "Parent task id",
|
||||
"NAME": "Name",
|
||||
"ASSIGNEE": "Assignee",
|
||||
"ASSIGNEE_DEFAULT": "No assignee",
|
||||
@@ -40,6 +42,7 @@
|
||||
"PARENT_NAME_DEFAULT": "No parent",
|
||||
"CREATED_BY": "Created By",
|
||||
"CREATED": "Created",
|
||||
"END_DATE": "End date",
|
||||
"ID": "ID",
|
||||
"DESCRIPTION": "Description",
|
||||
"DESCRIPTION_DEFAULT": "No description",
|
||||
|
Reference in New Issue
Block a user