[ACA-972] Refactor code to use folder edit directive from ADF, once the PR (to add those to ADF) is merged (#39)

and some [ACA-966] changes to use correct service and event to reload
This commit is contained in:
suzanadirla
2017-11-06 12:25:33 +02:00
committed by Denys Vuika
parent 71c5d96cf3
commit e0efdeb12b
10 changed files with 15 additions and 181 deletions

View File

@@ -27,7 +27,7 @@
mat-icon-button
*ngIf="canEditFolder(documentList.selection)"
title="{{ 'APP.ACTIONS.EDIT' | translate }}"
[app-edit-folder]="documentList.selection[0]?.entry">
[adf-edit-folder]="documentList.selection[0]?.entry">
<mat-icon>create</mat-icon>
</button>