mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
allowableOperationsOnTarget (#310)
This commit is contained in:
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>
|
||||
|
Reference in New Issue
Block a user