[ADF-1872] TaskList Component - Doesn't show the currentTaskId high… (#2622)

* [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
This commit is contained in:
mihai sirghe 2017-11-09 17:11:47 +02:00 committed by Eugenio Romano
parent 298012f0b0
commit d224d2fb7a

View File

@ -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;