mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1745] Delete multiple nodes (#2481)
* multiple delete * removed restore functionality * data types
This commit is contained in:
committed by
Eugenio Romano
parent
036c63e43d
commit
448c5564b2
@@ -44,7 +44,9 @@
|
||||
</button>
|
||||
<button mat-icon-button
|
||||
adf-node-permission="delete"
|
||||
[adf-nodes]="documentList.selection">
|
||||
[adf-nodes]="documentList.selection"
|
||||
(delete)="documentList.reload()"
|
||||
[adf-delete]="documentList.selection">
|
||||
<mat-icon>delete</mat-icon>
|
||||
</button>
|
||||
<button mat-icon-button
|
||||
|
Reference in New Issue
Block a user