Skip to content

Commit

Permalink
catalog: add missing snapshot to parse query method, #TASK-5964
Browse files Browse the repository at this point in the history
  • Loading branch information
pfurio committed Aug 19, 2024
1 parent b21b02d commit a2579af
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1374,6 +1374,9 @@ private Bson parseQuery(Query query, Document extraQuery, String user)
queryCopy.get(Constants.PRIVATE_ANNOTATION_PARAM_TYPES, ObjectMap.class));
}
break;
case SNAPSHOT:
addAutoOrQuery(RELEASE_FROM_VERSION, queryParam.key(), queryCopy, queryParam.type(), andBsonList);
break;
// Other parameter that can be queried.
case ID:
case UUID:
Expand Down

0 comments on commit a2579af

Please sign in to comment.