edit node permission (#261)

This commit is contained in:
Cilibiu Bogdan
2018-03-27 11:49:49 +03:00
committed by suzanadirla
parent 56ddeb8c40
commit ded29aee4d
6 changed files with 64 additions and 0 deletions

View File

@@ -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">