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