refactor: set toggle_target_removal_date
This commit is contained in:
@@ -24,7 +24,7 @@ def catalog_mfe_enabled():
|
||||
# .. toggle_default: False
|
||||
# .. toggle_description: Set to True to enable the new catalog page.
|
||||
# .. toggle_creation_date: 2025-05-15
|
||||
# .. toggle_target_removal_date: None
|
||||
# .. toggle_target_removal_date: 2025-11-01
|
||||
# .. toggle_use_cases: open_edx
|
||||
ENABLE_NEW_CATALOG_PAGE = WaffleFlag(f'{WAFFLE_FLAG_NAMESPACE}.use_new_catalog_page', __name__)
|
||||
|
||||
|
||||
@@ -887,7 +887,7 @@ FEATURES = {
|
||||
# .. toggle_description: Supports staged rollout of a new micro-frontend-based implementation of the catalog.
|
||||
# .. toggle_use_cases: temporary, open_edx
|
||||
# .. toggle_creation_date: 2025-05-15
|
||||
# .. toggle_target_removal_date: None
|
||||
# .. toggle_target_removal_date: 2025-11-01
|
||||
'ENABLE_CATALOG_MICROFRONTEND': os.environ.get("EDXAPP_ENABLE_CATALOG_MFE", False),
|
||||
|
||||
### ORA Feature Flags ###
|
||||
|
||||
Reference in New Issue
Block a user