mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
allowableOperationsOnTarget (#310)
This commit is contained in:
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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user