Skip to content

Commit 20630f4

Browse files
authored
Merge pull request #6900 from ORCID/8869-qa-hide-source-sorting-behind-a-togglz
feature: Add `SOURCE_SORTING` togglz
2 parents 9779efd + 28ba9fe commit 20630f4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

orcid-core/src/main/java/org/orcid/core/togglz/Features.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
import org.togglz.core.context.FeatureContext;
66

77
public enum Features implements Feature {
8+
@Label("Source sorting")
9+
SOURCE_SORTING,
10+
811
@Label("Professional activities")
912
PROFESSIONAL_ACTIVITIES,
1013

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

17-
1820
@Label("Stop sending notification if work has not been updated")
1921
STOP_SENDING_NOTIFICATION_WORK_NOT_UPDATED,
2022

0 commit comments

Comments
 (0)