mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
conditional empty fields rendering (#263)
This commit is contained in:
committed by
Denys Vuika
parent
330b795aa6
commit
b560f19913
@@ -194,7 +194,7 @@
|
||||
|
||||
<adf-content-metadata-card
|
||||
[readOnly]="!canUpdate(documentList.selection)"
|
||||
[displayEmpty]="true"
|
||||
[displayEmpty]="canUpdate(documentList.selection)"
|
||||
[preset]="'custom'"
|
||||
[node]="infoInstance.node">
|
||||
</adf-content-metadata-card>
|
||||
|
Reference in New Issue
Block a user