Skip to content

Commit

Permalink
Merge pull request #10991 from IQSS/qqmyers-patch-1
Browse files Browse the repository at this point in the history
Update FeatureFlags apiNotes
  • Loading branch information
pdurbin authored Oct 31, 2024
2 parents d18f01f + e7eace3 commit 3ce59f4
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,16 @@ public enum FeatureFlags {
* for the dataset.
*
* @apiNote Raise flag by setting
* "dataverse.feature.enable-dataset-thumbnail-autoselect"
* "dataverse.feature.disable-dataset-thumbnail-autoselect"
* @since Dataverse 6.4
*/
DISABLE_DATASET_THUMBNAIL_AUTOSELECT("disable-dataset-thumbnail-autoselect"),
/**
* Feature flag for the new Globus upload framework.
*
* @apiNote Raise flag by setting
* "dataverse.feature.globus-use-experimental-async-framework"
* @since Dataverse 6.4
*/
GLOBUS_USE_EXPERIMENTAL_ASYNC_FRAMEWORK("globus-use-experimental-async-framework"),
;
Expand Down

0 comments on commit 3ce59f4

Please sign in to comment.