Skip to content
Snippets Groups Projects
Commit e31194b9 authored by Eduardo Santos's avatar Eduardo Santos
Browse files

Removed the JsonIgnoreProperties that ignores the vxfref property

parent 7bfe8bbf
No related branches found
No related tags found
2 merge requests!7Merging 2024Q2_RC into main, creating 2024Q2 Release,!5Removed the JsonIgnoreProperties that ignores the vxfref property
Pipeline #6165 passed
/**
* @Author: Eduardo Santos
* @Date: 2024-05-27 09:55:21
* @Last Modified by: Eduardo Santos
* @Last Modified time: 2024-05-27 09:55:42
*/
/*-
* ========================LICENSE_START=================================
* org.etsi.osl.model
......@@ -33,7 +39,7 @@ import jakarta.persistence.OneToOne;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@Entity(name = "ConstituentVxF")
@JsonIgnoreProperties(value = { "vxfref" })
//@JsonIgnoreProperties(value = { "vxfref" })
public class ConstituentVxF {
@Id
......
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