Skip to content
Snippets Groups Projects
Commit 1d9ad9e0 authored by felmer's avatar felmer
Browse files

SSDM-4724: bug fixed: contentCopies had @JsonIgnore instead of @JsonProperty

SVN: 38006
parent edba4900
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ public class LinkedData implements Serializable ...@@ -44,7 +44,7 @@ public class LinkedData implements Serializable
@JsonProperty @JsonProperty
private ExternalDms externalDms; private ExternalDms externalDms;
@JsonIgnore @JsonProperty
private List<ContentCopy> contentCopies; private List<ContentCopy> contentCopies;
// Method automatically generated with DtoGenerator // Method automatically generated with DtoGenerator
......
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