mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ADF-2393] added fix for infinite scrolling to the other delete buttons (#3077)
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
adf-node-permission="delete"
|
adf-node-permission="delete"
|
||||||
[adf-nodes]="documentList.selection"
|
[adf-nodes]="documentList.selection"
|
||||||
title="{{ 'DOCUMENT_LIST.TOOLBAR.DELETE' | translate }}"
|
title="{{ 'DOCUMENT_LIST.TOOLBAR.DELETE' | translate }}"
|
||||||
(delete)="documentList.reload()"
|
(delete)="onDeleteActionSuccess($event)"
|
||||||
[adf-delete]="documentList.selection">
|
[adf-delete]="documentList.selection">
|
||||||
<mat-icon>delete</mat-icon>
|
<mat-icon>delete</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
@@ -157,7 +157,7 @@
|
|||||||
<button mat-menu-item
|
<button mat-menu-item
|
||||||
adf-node-permission="delete"
|
adf-node-permission="delete"
|
||||||
[adf-nodes]="documentList.selection"
|
[adf-nodes]="documentList.selection"
|
||||||
(delete)="documentList.reload()"
|
(delete)="onDeleteActionSuccess($event)"
|
||||||
[adf-delete]="documentList.selection">
|
[adf-delete]="documentList.selection">
|
||||||
<mat-icon>delete</mat-icon>
|
<mat-icon>delete</mat-icon>
|
||||||
<span>{{ 'DOCUMENT_LIST.TOOLBAR.DELETE' | translate }}</span>
|
<span>{{ 'DOCUMENT_LIST.TOOLBAR.DELETE' | translate }}</span>
|
||||||
|
Reference in New Issue
Block a user