Skip to content

Commit

Permalink
Restore storage test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Sep 30, 2024
1 parent b9eb035 commit 6b8cd90
Show file tree
Hide file tree
Showing 2 changed files with 1,146 additions and 1,095 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1588,6 +1588,9 @@ public VersionSearchResultsDto searchVersions(Set<SearchFilter> filters, OrderBy
case globalId:
orderByQuery.append(" ORDER BY v.globalId");
break;
case groupId:
orderByQuery.append(" ORDER BY v.groupId");
break;
case version:
orderByQuery.append(" ORDER BY v.version");
break;
Expand Down
Loading

0 comments on commit 6b8cd90

Please sign in to comment.