Skip to content
Snippets Groups Projects
Commit 953ac5c6 authored by Anders Austlid's avatar Anders Austlid
Browse files

JSON serialization of shoppinglist has been fixed

parent 5dbd99f4
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ public class ShoppingList {
@OneToOne(cascade = CascadeType.ALL, fetch = FetchType.LAZY)
@JoinColumn(name = "group_id")
@JsonIgnoreProperties("shoppingList")
@JsonIgnoreProperties({"shoppingList", "hibernateLazyInitializer", "handler"})
private Group group;
@ManyToMany
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment