workaround for downloading shared files (#319)

This commit is contained in:
Denys Vuika
2018-04-18 16:47:06 +01:00
committed by Cilibiu Bogdan
parent f861625d2b
commit 3a9b172ba3
3 changed files with 131 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
mat-icon-button
*ngIf="hasSelection(documentList.selection)"
title="{{ 'APP.ACTIONS.DOWNLOAD' | translate }}"
[adfNodeDownload]="documentList.selection">
[appNodeDownload]="documentList.selection">
<mat-icon>get_app</mat-icon>
</button>