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
......@@ -176,7 +176,7 @@ public class CropCategory implements Serializable {
}
}
}
return null;
return this.getDefaultName();
}
@JsonIgnore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment