mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
allowableOperationsOnTarget (#310)
This commit is contained in:
committed by
Denys Vuika
parent
abf34a6b48
commit
5a7af0aecf
@@ -196,8 +196,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<adf-content-metadata-card
|
<adf-content-metadata-card
|
||||||
[readOnly]="!permission.check(documentList.selection, ['update'])"
|
[readOnly]="!permission.check(documentList.selection, ['update'], { target: 'allowableOperationsOnTarget' })"
|
||||||
[displayEmpty]="permission.check(documentList.selection, ['update'])"
|
[displayEmpty]="permission.check(documentList.selection, ['update'], { target: 'allowableOperationsOnTarget' })"
|
||||||
[preset]="'custom'"
|
[preset]="'custom'"
|
||||||
[node]="infoInstance.node">
|
[node]="infoInstance.node">
|
||||||
</adf-content-metadata-card>
|
</adf-content-metadata-card>
|
||||||
|
Reference in New Issue
Block a user