From d312ab4ff5129aa646b5b5423494d03d0089d841 Mon Sep 17 00:00:00 2001 From: Jayram Date: Wed, 3 Feb 2021 21:44:42 +0530 Subject: [PATCH] add annotations for ENABLE_BULK_ENROLLMENT_VIEW feature flag --- lms/envs/common.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 978105e95d..56b9218006 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -620,7 +620,14 @@ FEATURES = { # .. toggle_tickets: https://openedx.atlassian.net/browse/OSPR-1735 'ALLOW_EMAIL_ADDRESS_CHANGE': True, - # Whether the bulk enrollment view is enabled. + # .. toggle_name: FEATURES['ENABLE_BULK_ENROLLMENT_VIEW'] + # .. toggle_implementation: DjangoSetting + # .. toggle_default: False + # .. toggle_description: When set to True the bulk enrollment view is enabled and one can use it to enroll multiple + # users in a course using bulk enrollment API endpoint (/api/bulk_enroll/v1/bulk_enroll). + # .. toggle_use_cases: open_edx + # .. toggle_creation_date: 2017-07-15 + # .. toggle_tickets: https://github.com/edx/edx-platform/pull/15006 'ENABLE_BULK_ENROLLMENT_VIEW': False, # Whether course goals is enabled.