We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1faa35f + b63d48c commit 9277a14Copy full SHA for 9277a14
orcid-core/src/main/java/org/orcid/core/togglz/Features.java
@@ -5,6 +5,9 @@
5
import org.togglz.core.context.FeatureContext;
6
7
public enum Features implements Feature {
8
+ @Label("Professional activities")
9
+ PROFESSIONAL_ACTIVITIES,
10
+
11
@Label("Redirect PUT token actions from *.pub.orcid.org to *.orcid.org")
12
REDIRECT_PUT_TOKEN_ENDPOINT,
13
0 commit comments