mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1911] Un-Share file - permission error notification (#743)
* remove update permission check * add 403 error * show 403 error * update test * update e2e * update Co-Authored-By: pionnegru <bogdan.cilibiu@ness.com>
This commit is contained in:
committed by
Suzana Dirla
parent
a6c420b54f
commit
07703547ec
@@ -14,7 +14,7 @@
|
||||
color="primary"
|
||||
data-automation-id="adf-share-toggle"
|
||||
[checked]="isFileShared"
|
||||
[disabled]="!canUpdate || isDisabled"
|
||||
[disabled]="isDisabled"
|
||||
(change)="onSlideShareChange()">
|
||||
</mat-slide-toggle>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user