mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-1060] [Recent Files] Working copy is incorrectly displayed for a file locked for offline editing (#128)
-moved common code to PageComponent to avoid duplication -used the imageResolver and onNodeSelect on recent files also
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
[imageResolver]="imageResolver"
|
||||
|
||||
(node-dblclick)="onNodeDoubleClick($event)"
|
||||
(node-select)="onNodeSelect($event)">
|
||||
(node-select)="onNodeSelect($event, documentList)">
|
||||
|
||||
<data-columns>
|
||||
<data-column
|
||||
|
Reference in New Issue
Block a user