Fix cf check
This commit is contained in:
parent
e8eef3a7df
commit
661e7eaa41
@ -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