We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81bed46 commit c92ef5cCopy full SHA for c92ef5c
src/main/java/edu/harvard/iq/dataverse/DatasetVersion.java
@@ -217,7 +217,7 @@ public enum VersionState {
217
private List<WorkflowComment> workflowComments;
218
219
@OneToMany(mappedBy = "datasetVersion", cascade = CascadeType.ALL, orphanRemoval = true)
220
- @OrderBy("createTime DESC")
+ @OrderBy("createTime DESC NULLS LAST")
221
private List<CurationStatus> curationStatuses = new ArrayList<>();
222
223
@Transient
0 commit comments