mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-5189] enable multiselect for Files and Trashcan (#3196)
* enable multiselect for Files and Trashcan * disable e2e
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
[display]="documentDisplayMode$ | async"
|
||||
[node]="$any(list)"
|
||||
[loading]="isLoading"
|
||||
selectionMode="single"
|
||||
[selectionMode]="'single'"
|
||||
[navigate]="false"
|
||||
[sorting]="['title', 'asc']"
|
||||
sortingMode="client"
|
||||
[sortingMode]="'client'"
|
||||
(node-dblclick)="handleNodeClick($event)"
|
||||
[imageResolver]="imageResolver"
|
||||
(name-click)="handleNodeClick($event)"
|
||||
|
Reference in New Issue
Block a user