We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have a scheduled task that updates the typeSpecimen count every day and it currently uses the TypeStatus enum to do the call to occurrence search:
registry/registry-ws/src/main/java/org/gbif/registry/ws/resources/scheduled/GRSciCollCountsUpdaterService.java
Line 141 in fa456a0
When we use the new type status vocabulary in prod we need to update the call to use the vocab values.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have a scheduled task that updates the typeSpecimen count every day and it currently uses the TypeStatus enum to do the call to occurrence search:
registry/registry-ws/src/main/java/org/gbif/registry/ws/resources/scheduled/GRSciCollCountsUpdaterService.java
Line 141 in fa456a0
When we use the new type status vocabulary in prod we need to update the call to use the vocab values.
The text was updated successfully, but these errors were encountered: