mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fix check taskList exist (#2375)
This commit is contained in:
parent
66cd368c52
commit
17d0525c24
@ -411,8 +411,10 @@ export class ActivitiDemoComponent implements AfterViewInit, OnDestroy, OnInit {
|
|||||||
created: event.value.created
|
created: event.value.created
|
||||||
});
|
});
|
||||||
this.activitifilter.selectFilter(null);
|
this.activitifilter.selectFilter(null);
|
||||||
|
if (this.taskList) {
|
||||||
this.taskList.setCustomDataSource([processTaskDataRow]);
|
this.taskList.setCustomDataSource([processTaskDataRow]);
|
||||||
this.taskList.selectTask(taskId);
|
this.taskList.selectTask(taskId);
|
||||||
|
}
|
||||||
this.currentTaskId = taskId;
|
this.currentTaskId = taskId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user