You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user who has the INVITED_TESTER role is unable to submit validations.
Logs show as:
pipelines-validator-ws:
java.lang.IllegalArgumentException: No enum constant org.gbif.api.vocabulary.UserRole.INVITED_TESTER
at java.lang.Enum.valueOf(Enum.java:238)
at org.gbif.api.vocabulary.UserRole.valueOf(UserRole.java:21)
...
The text was updated successfully, but these errors were encountered:
timrobertson100
changed the title
validator-ws uses old gbif-api?
validator-ws uses old gbif-api version?
May 21, 2024
A user who has the
INVITED_TESTER
role is unable to submit validations.Logs show as:
The text was updated successfully, but these errors were encountered: