We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9cc0d commit 722a0bfCopy full SHA for 722a0bf
1 file changed
src/main/java/edu/harvard/iq/dataverse/DatasetField.java
@@ -172,7 +172,6 @@ public void setParentDatasetFieldCompoundValue(DatasetFieldCompoundValue parentD
172
}
173
174
@OneToMany(mappedBy = "parentDatasetField", orphanRemoval = true, cascade = {CascadeType.REMOVE, CascadeType.MERGE, CascadeType.PERSIST})
175
- @OrderBy("displayOrder ASC")
176
private List<DatasetFieldCompoundValue> datasetFieldCompoundValues = new ArrayList<>();
177
178
public List<DatasetFieldCompoundValue> getDatasetFieldCompoundValues() {
0 commit comments