mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
changed parent name key from processDefnitionId to processInstanceId (#2111)
This commit is contained in:
committed by
Eugenio Romano
parent
4a9b344f4a
commit
7945757d51
@@ -54,7 +54,7 @@ export class TaskHeaderComponent implements OnChanges {
|
||||
|
||||
refreshData() {
|
||||
if (this.taskDetails) {
|
||||
let valueMap = new Map([[this.taskDetails.processDefinitionId, this.taskDetails.processDefinitionName]])
|
||||
let valueMap = new Map([[this.taskDetails.processInstanceId, this.taskDetails.processDefinitionName]]);
|
||||
this.properties = [
|
||||
new CardViewTextItemModel({ label: 'Assignee', value: this.taskDetails.getFullName(), key: 'assignee', default: 'No assignee' } ),
|
||||
new CardViewTextItemModel({ label: 'Status', value: this.getTaskStatus(), key: 'status' }),
|
||||
|
Reference in New Issue
Block a user