mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ADF-4420] TaskHeaderCloud - fix show endDate (#4631)
This commit is contained in:
committed by
Eugenio Romano
parent
e85b57876e
commit
03c9a1e5be
@@ -156,7 +156,7 @@ export class TaskHeaderCloudComponent implements OnInit {
|
||||
new CardViewDateItemModel(
|
||||
{
|
||||
label: 'ADF_CLOUD_TASK_HEADER.PROPERTIES.END_DATE',
|
||||
value: '',
|
||||
value: this.taskDetails.completedDate,
|
||||
format: 'DD-MM-YYYY',
|
||||
key: 'endDate'
|
||||
}
|
||||
|
Reference in New Issue
Block a user