mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-2174][ACA-2173] Shared / Favorites - edit offline (#1341)
* edit offline * try to fix test for viewer - password protected file * bug: Edit in Microsoft Office action is displayed in Shared Files for a locked file move Shared Files workaround down in the file to fix this * remove some workarounds, update some comments * remove other workarounds, make some tests independent, enable lock icon on Search results * forgotten change * remove another workaround Co-authored-by: Adina Parpalita <adina.parpalita@ness.com>
This commit is contained in:
co-authored by
Adina Parpalita
parent
c37e5f431e
commit
1a16d74b62
@@ -20,6 +20,7 @@
|
||||
selectionMode="multiple"
|
||||
[navigate]="false"
|
||||
[sorting]="['modifiedAt', 'desc']"
|
||||
[imageResolver]="imageResolver"
|
||||
(node-dblclick)="onNodeDoubleClick($event.detail?.node)"
|
||||
(name-click)="onNodeDoubleClick($event.detail?.node)"
|
||||
>
|
||||
|
||||
@@ -69,6 +69,7 @@
|
||||
[selectionMode]="'multiple'"
|
||||
[sortingMode]="'server'"
|
||||
[sorting]="sorting"
|
||||
[imageResolver]="imageResolver"
|
||||
[node]="data"
|
||||
(node-dblclick)="onNodeDoubleClick($event.detail?.node)"
|
||||
>
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
currentFolderId="-sharedlinks-"
|
||||
selectionMode="multiple"
|
||||
[sorting]="['modifiedAt', 'desc']"
|
||||
[imageResolver]="imageResolver"
|
||||
(node-dblclick)="preview($event.detail?.node)"
|
||||
(name-click)="preview($event.detail?.node)"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user