allowableOperationsOnTarget (#310)

This commit is contained in:
Cilibiu Bogdan
2018-04-16 14:26:26 +01:00
committed by Denys Vuika
parent abf34a6b48
commit 5a7af0aecf
@@ -196,8 +196,8 @@
</div>
<adf-content-metadata-card
[readOnly]="!permission.check(documentList.selection, ['update'])"
[displayEmpty]="permission.check(documentList.selection, ['update'])"
[readOnly]="!permission.check(documentList.selection, ['update'], { target: 'allowableOperationsOnTarget' })"
[displayEmpty]="permission.check(documentList.selection, ['update'], { target: 'allowableOperationsOnTarget' })"
[preset]="'custom'"
[node]="infoInstance.node">
</adf-content-metadata-card>