mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-903] Working copy is incorrectly displayed for a file locked for… (#110)
* [ACA-903] Working copy is incorrectly displayed for a file locked for offline editing -use locked icon for locked nodes -do not allow locked nodes to be selected * [ACA-903] fix failing tests
This commit is contained in:
committed by
Cilibiu Bogdan
parent
e1c027ba67
commit
38b4a83673
@@ -98,8 +98,10 @@
|
||||
[contentActions]="false"
|
||||
[navigate]="false"
|
||||
[selectionMode]="'multiple'"
|
||||
[imageResolver]="imageResolver"
|
||||
|
||||
(node-dblclick)="onNodeDoubleClick($event.detail?.node?.entry)">
|
||||
(node-dblclick)="onNodeDoubleClick($event)"
|
||||
(node-select)="onNodeSelect($event)">
|
||||
|
||||
<data-columns>
|
||||
<data-column
|
||||
|
Reference in New Issue
Block a user