mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* #1517 - ADF-163 - Fixed wrong behaviour when task is created on the same selected filter * 1517 - removed consecutives blank lines
This commit is contained in:
@@ -171,9 +171,7 @@ export class ActivitiDemoComponent implements AfterViewInit {
|
||||
|
||||
onStartTaskSuccess(event: any) {
|
||||
this.activitifilter.selectFilterWithTask(event.id);
|
||||
this.taskFilter = this.activitifilter.getCurrentFilter();
|
||||
this.activititasklist.landingTaskId = event.id;
|
||||
this.activititasklist.reload();
|
||||
this.currentTaskId = event.id;
|
||||
}
|
||||
|
||||
onSuccessTaskList(event: FilterRepresentationModel) {
|
||||
|
Reference in New Issue
Block a user