Merge pull request #13163 from AndriiLandiak/fix-cf-check
Fix getEntityDataInfo
This commit is contained in:
commit
1fc2ecf070
@ -107,7 +107,7 @@ public class EntityExportData<E extends ExportableEntity<? extends EntityId>> {
|
||||
|
||||
@JsonIgnore
|
||||
public boolean hasCalculatedFields() {
|
||||
return calculatedFields != null;
|
||||
return calculatedFields != null && !calculatedFields.isEmpty();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user