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

Merge branch 'bugfix/shoppinglist-get-by-group-id' into 'main'

JSON serialization of shoppinglist has been fixed

Closes #228

See merge request idatt2106-v23-03/backend!174
parents a24e7391 953ac5c6
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