Skip to content

Commit

Permalink
5.2.2 release
Browse files Browse the repository at this point in the history
revert downloadReasons change
  • Loading branch information
qifeng-bai committed Jul 3, 2024
1 parent 6469621 commit 29d216b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
version "5.2.1"
version "5.2.2"
group "au.org.ala"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class SpeciesListItemController {
distinctCount: queryService.getDistinctCountByParams(requestParams, baseQueryAndParams),
hasUnrecognised: noMatchCount > 0,
keys: queryService.getSpeciesListKVPKeysByDataResourceUid(requestParams.id),
downloadReasons: null,
downloadReasons: loggerService.getReasons(),
users: queryService.getUsersForList(),
userId: authService.getUserId(),
facets: queryService.generateFacetValues(fqs, baseQueryAndParams, requestParams.id, requestParams.q, maxLengthForFacet),
Expand Down

0 comments on commit 29d216b

Please sign in to comment.