From d54a13455a4fbeafad64cae58a3ccc6048cf9a13 Mon Sep 17 00:00:00 2001 From: Jayram Nai Date: Fri, 29 Jan 2021 18:37:54 +0530 Subject: [PATCH] add annotations for ALLOW_COURSE_RERUNS feature flag --- cms/envs/common.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index 99287b0c89..fe49af9156 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -269,7 +269,15 @@ FEATURES = { # Enable content libraries (blockstore) indexing 'ENABLE_CONTENT_LIBRARY_INDEX': False, - # Enable course reruns, which will always use the split modulestore + # .. toggle_name: FEATURES['ALLOW_COURSE_RERUNS'] + # .. toggle_implementation: DjangoSetting + # .. toggle_default: True + # .. toggle_description: This will allow staff member to re-run the course from the studio home page and will + # always use the split modulestore. When this is set to False, the Re-run Course link will not be available on + # the studio home page. + # .. toggle_use_cases: open_edx + # .. toggle_creation_date: 2015-02-13 + # .. toggle_tickets: https://github.com/edx/edx-platform/pull/6965 'ALLOW_COURSE_RERUNS': True, # Certificates Web/HTML Views