From d224d2fb7a252981eb4d22dcbcf7e7e2609cd89b Mon Sep 17 00:00:00 2001 From: mihai sirghe <32762007+smihai78@users.noreply.github.com> Date: Thu, 9 Nov 2017 17:11:47 +0200 Subject: [PATCH] =?UTF-8?q?[ADF-1872]=20TaskList=20Component=20-=20Doesn't?= =?UTF-8?q?=20show=20the=20currentTaskId=20high=E2=80=A6=20(#2622)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [ADF-1872] - TaskList Component - Doesn't show the currentTaskId highlited Fixed * [ADF-1872] TaskList Component - Doesn't show the currentTaskId highlighted Small code refactoring: - changed the way the adf-tasklist selectionMode property is initialized --- .../ng2-activiti-tasklist/src/components/task-list.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng2-components/ng2-activiti-tasklist/src/components/task-list.component.ts b/ng2-components/ng2-activiti-tasklist/src/components/task-list.component.ts index ce112d13a1..46639cf1e2 100644 --- a/ng2-components/ng2-activiti-tasklist/src/components/task-list.component.ts +++ b/ng2-components/ng2-activiti-tasklist/src/components/task-list.component.ts @@ -64,7 +64,7 @@ export class TaskListComponent implements OnChanges, OnInit, AfterContentInit { data: DataTableAdapter; @Input() - selectionMode: string = 'none'; // none|single|multiple + selectionMode: string = 'single'; // none|single|multiple @Input() presetColumn: string;