allowableOperationsOnTarget (#310)

This commit is contained in:
Cilibiu Bogdan 2018-04-16 16:26:26 +03:00 committed by Denys Vuika
parent abf34a6b48
commit 5a7af0aecf

View File

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