mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2687] enabled snack bar for delete confirmation (#3178)
This commit is contained in:
@@ -349,6 +349,7 @@ export class FilesComponent implements OnInit, OnChanges, OnDestroy {
|
|||||||
this.uploadService.fileDeleted.next(message);
|
this.uploadService.fileDeleted.next(message);
|
||||||
this.deleteElementSuccess.emit();
|
this.deleteElementSuccess.emit();
|
||||||
this.reloadForInfiniteScrolling();
|
this.reloadForInfiniteScrolling();
|
||||||
|
this.notificationService.openSnackMessage(message, 4000);
|
||||||
}
|
}
|
||||||
|
|
||||||
onPermissionRequested(node) {
|
onPermissionRequested(node) {
|
||||||
|
Reference in New Issue
Block a user