[ADF-2238] removed created by property (#3380)

* [ADF-2238] removed created by property

* [ADF-2238] added a condition to avoid checklist delete for completed task

* Revert "[ADF-2238] added a condition to avoid checklist delete for completed task"

This reverts commit fc2227ea04.
This commit is contained in:
Vito
2018-05-23 19:08:40 +01:00
committed by Eugenio Romano
parent d62c2992ed
commit 3a699a38d4
4 changed files with 2 additions and 19 deletions

View File

@@ -124,13 +124,6 @@ export class TaskHeaderComponent implements OnChanges, OnInit {
clickable: true
}
),
new CardViewTextItemModel(
{
label: 'ADF_TASK_LIST.PROPERTIES.CREATED_BY',
value: this.taskDetails.getFullName(),
key: 'created-by'
}
),
new CardViewDateItemModel(
{
label: 'ADF_TASK_LIST.PROPERTIES.CREATED',