Skip to content
Snippets Groups Projects

Removed the JsonIgnoreProperties that ignores the vxfref property

Closed Eduardo Santos requested to merge fix#4 into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -33,7 +33,7 @@ import jakarta.persistence.OneToOne;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@Entity(name = "ConstituentVxF")
@JsonIgnoreProperties(value = { "vxfref" })
//@JsonIgnoreProperties(value = { "vxfref" })
public class ConstituentVxF {
@Id
Loading