Skip to content

Commit

Permalink
Merge pull request #6900 from ORCID/8869-qa-hide-source-sorting-behin…
Browse files Browse the repository at this point in the history
…d-a-togglz

feature: Add `SOURCE_SORTING` togglz
  • Loading branch information
amontenegro authored Oct 4, 2023
2 parents 9779efd + 28ba9fe commit 20630f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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("Source sorting")
SOURCE_SORTING,

@Label("Professional activities")
PROFESSIONAL_ACTIVITIES,

Expand All @@ -14,7 +17,6 @@ public enum Features implements Feature {
@Label("New Developer tools")
NEW_DEVELOPER_TOOLS,


@Label("Stop sending notification if work has not been updated")
STOP_SENDING_NOTIFICATION_WORK_NOT_UPDATED,

Expand Down

0 comments on commit 20630f4

Please sign in to comment.