reload document list after successfully edit node

This commit is contained in:
Eugenio Romano
2018-08-09 19:24:24 +01:00
parent f3755ddb08
commit 8f407a4f93

View File

@@ -89,6 +89,7 @@
title="{{ 'DOCUMENT_LIST.TOOLBAR.EDIT_FOLDER' | translate }}"
(error)="openSnackMessage($event)"
[adf-edit-folder]="documentList.selection[0]?.entry"
(success)="documentList.reload()"
matTooltip="{{ 'DOCUMENT_LIST.TOOLBAR.EDIT_FOLDER' | translate }}">
<mat-icon>create</mat-icon>
</button>