remove "download node" workaround for shared links (#342)

This commit is contained in:
Denys Vuika
2018-05-03 09:22:51 +01:00
committed by Cilibiu Bogdan
parent 9984fa2bd1
commit 753f0bfb46
3 changed files with 2 additions and 131 deletions

View File

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