Skip to content
Snippets Groups Projects
Commit 87ba3078 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Bugfix: Using default name as fallback when local name is missing for a

crop category
parent dc2a7d1b
Branches
No related tags found
1 merge request!25Develop
This commit is part of merge request !25. Comments created here will be created in the context of that merge request.
...@@ -176,7 +176,7 @@ public class CropCategory implements Serializable { ...@@ -176,7 +176,7 @@ public class CropCategory implements Serializable {
} }
} }
} }
return null; return this.getDefaultName();
} }
@JsonIgnore @JsonIgnore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment