Skip to content

Commit

Permalink
optional flag
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-klum committed Feb 26, 2025
1 parent 9fabf61 commit ff7c398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions study/src/org/labkey/study/StudyModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -426,9 +426,9 @@ protected void startupAfterSpringConfig(ModuleContext moduleContext)
false);

AdminConsole.addOptionalFeatureFlag(new OptionalFeatureFlag(StudyUtils.STUDY_DESIGN_FEATURE_FLAG,
"Restore Study Protocol Design Tools",
"This option and all support for study protocol design tools and tables will be removed in LabKey Server v25.7.",
false, false, FeatureType.Deprecated));
"Study Protocol Design Tools",
"This option adds support for the study protocol and vaccine design tools.",
false, false, FeatureType.Optional));

ReportAndDatasetChangeDigestProvider.get().addNotificationInfoProvider(new DatasetNotificationInfoProvider());

Expand Down

0 comments on commit ff7c398

Please sign in to comment.