Skip to content

Commit

Permalink
Merge pull request #6809 from ORCID/8631-professional-activities
Browse files Browse the repository at this point in the history
feature: Add professional activities togglz
  • Loading branch information
amontenegro authored Jun 8, 2023
2 parents 1faa35f + b63d48c commit 9277a14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions orcid-core/src/main/java/org/orcid/core/togglz/Features.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
import org.togglz.core.context.FeatureContext;

public enum Features implements Feature {
@Label("Professional activities")
PROFESSIONAL_ACTIVITIES,

@Label("Redirect PUT token actions from *.pub.orcid.org to *.orcid.org")
REDIRECT_PUT_TOKEN_ENDPOINT,

Expand Down

0 comments on commit 9277a14

Please sign in to comment.