From 1d9ad9e02c55b498959479958d29242202eeaaf0 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Thu, 30 Mar 2017 07:27:35 +0000 Subject: [PATCH] SSDM-4724: bug fixed: contentCopies had @JsonIgnore instead of @JsonProperty SVN: 38006 --- .../sis/openbis/generic/asapi/v3/dto/dataset/LinkedData.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis_api/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/dataset/LinkedData.java b/openbis_api/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/dataset/LinkedData.java index 17ef796cd5e..98f644c0673 100644 --- a/openbis_api/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/dataset/LinkedData.java +++ b/openbis_api/source/java/ch/ethz/sis/openbis/generic/asapi/v3/dto/dataset/LinkedData.java @@ -44,7 +44,7 @@ public class LinkedData implements Serializable @JsonProperty private ExternalDms externalDms; - @JsonIgnore + @JsonProperty private List<ContentCopy> contentCopies; // Method automatically generated with DtoGenerator -- GitLab