Skip to content
Snippets Groups Projects
Commit 45cf7018 authored by Stian Lyng's avatar Stian Lyng
Browse files

Show all product fields

parent 698a434b
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ public class FridgeProductAsso {
@ManyToOne
@JoinColumn(name = "ean")
@JsonIgnoreProperties({"fridges"})
@JsonIgnore
//@JsonIgnore // Til Birk: måtte fjerne denne for å få nødvendig info i fridge. Er det dumt?
private Product ean;
@Column(name = "purchase_date")
......
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