mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1887] Shared files - un-share file (#706)
* local ADF component * add share dialog to module * allow shared action from Shared view * change string reference * workaround share dialog from Shared view * debounce reload view time * add e2e test * mark delete on dialog closed * emit event on dialog closed * formcontrolname * cspell datetimepicker * disabled test that need ACA-1886
This commit is contained in:
committed by
Denys Vuika
parent
7f275a8151
commit
4dfc087624
@@ -2,7 +2,7 @@
|
||||
<button mat-menu-item data-automation-id="share-action-button" (click)="editSharedNode(selection)">
|
||||
<mat-icon>share</mat-icon>
|
||||
<ng-container *ngIf="isShared(selection); else not_shared">
|
||||
<span>{{ 'APP.ACTIONS.CONTEXT_EDIT_SHARE' | translate }}</span>
|
||||
<span>{{ 'APP.ACTIONS.SHARE_EDIT' | translate }}</span>
|
||||
</ng-container>
|
||||
</button>
|
||||
</ng-container>
|
||||
|
Reference in New Issue
Block a user