mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
fix reloading on unshare
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
mat-menu-item
|
||||
*ngIf="permission.check(documentList.selection, ['delete'])"
|
||||
[acaUnshareNode]="documentList.selection"
|
||||
(links-unshared)="refresh()">
|
||||
(links-unshared)="reload()">
|
||||
<mat-icon>stop_screen_share</mat-icon>
|
||||
<span>{{ 'APP.ACTIONS.UNSHARE' | translate }}</span>
|
||||
</button>
|
||||
|
Reference in New Issue
Block a user