mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2030] Not able to download a file on search page.
This commit is contained in:
@@ -252,6 +252,12 @@
|
|||||||
title="Manage versions..."
|
title="Manage versions..."
|
||||||
(execute)="onManageVersions($event)">
|
(execute)="onManageVersions($event)">
|
||||||
</content-action>
|
</content-action>
|
||||||
|
<content-action
|
||||||
|
icon="file_download"
|
||||||
|
target="document"
|
||||||
|
title="{{'DOCUMENT_LIST.ACTIONS.DOCUMENT.DOWNLOAD' | translate}}"
|
||||||
|
handler="download">
|
||||||
|
</content-action>
|
||||||
<content-action
|
<content-action
|
||||||
icon="delete"
|
icon="delete"
|
||||||
target="document"
|
target="document"
|
||||||
|
Reference in New Issue
Block a user