edit folder error notification (#296)

This commit is contained in:
Cilibiu Bogdan
2018-04-11 12:03:27 +03:00
committed by Denys Vuika
parent 4f48ed9361
commit b47fc2cb3f
6 changed files with 48 additions and 2 deletions

View File

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