[ADF-2238] removed created by property

This commit is contained in:
VitoAlbano
2018-05-23 11:26:17 +01:00
parent b9e888ac11
commit 049e514541
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',