mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[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:
parent
298012f0b0
commit
d224d2fb7a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user