mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
edit node permission (#261)
This commit is contained in:
committed by
suzanadirla
parent
56ddeb8c40
commit
ded29aee4d
@@ -188,7 +188,12 @@
|
||||
|
||||
<adf-info-drawer title="Details">
|
||||
<adf-info-drawer-tab label="Properties">
|
||||
<div *ngIf="infoInstance.loading">
|
||||
<mat-progress-bar mode="indeterminate"></mat-progress-bar>
|
||||
</div>
|
||||
|
||||
<adf-content-metadata-card
|
||||
[readOnly]="!canUpdate(documentList.selection)"
|
||||
[displayEmpty]="true"
|
||||
[preset]="'custom'"
|
||||
[node]="infoInstance.node">
|
||||
|
Reference in New Issue
Block a user