refactor: set toggle_target_removal_date

This commit is contained in:
Andrii
2025-06-18 16:42:50 +03:00
committed by Sarina Canelake
parent 19014463b1
commit 256511e196
2 changed files with 2 additions and 2 deletions

View File

@@ -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__)

View File

@@ -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 ###