[ADF-2393] added fix for infinite scrolling to the other delete buttons (#3077)

This commit is contained in:
Vito 2018-03-14 12:57:31 +00:00 committed by Eugenio Romano
parent aa17330ab9
commit c162899b75

View File

@ -94,7 +94,7 @@
adf-node-permission="delete"
[adf-nodes]="documentList.selection"
title="{{ 'DOCUMENT_LIST.TOOLBAR.DELETE' | translate }}"
(delete)="documentList.reload()"
(delete)="onDeleteActionSuccess($event)"
[adf-delete]="documentList.selection">
<mat-icon>delete</mat-icon>
</button>
@ -157,7 +157,7 @@
<button mat-menu-item
adf-node-permission="delete"
[adf-nodes]="documentList.selection"
(delete)="documentList.reload()"
(delete)="onDeleteActionSuccess($event)"
[adf-delete]="documentList.selection">
<mat-icon>delete</mat-icon>
<span>{{ 'DOCUMENT_LIST.TOOLBAR.DELETE' | translate }}</span>