From df517c7c21938a02ecebd2bf106bcaec1206d344 Mon Sep 17 00:00:00 2001 From: Jayram Nai Date: Fri, 5 Feb 2021 18:54:36 +0530 Subject: [PATCH] docs: Add annotations for ENABLE_STUDENT_HISTORY_VIEW feature flag --- lms/envs/common.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 8183a05c10..c3809d46dc 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -252,8 +252,14 @@ FEATURES = { # any courses yet. 'HIDE_DASHBOARD_COURSES_UNTIL_ACTIVATED': False, - # Give a UI to show a student's submission history in a problem by the - # Staff Debug tool. + # .. toggle_name: FEATURES['ENABLE_STUDENT_HISTORY_VIEW'] + # .. toggle_implementation: DjangoSetting + # .. toggle_default: True + # .. toggle_description: This provides a UI to show a student's submission history in a problem by the Staff Debug + # tool. Set to False if you want to hide Submission History from the courseware page. + # .. toggle_use_cases: open_edx + # .. toggle_creation_date: 2013-02-15 + # .. toggle_tickets: https://github.com/edx/edx-platform/commit/8f17e6ae9ed76fa75b3caf867b65ccb632cb6870 'ENABLE_STUDENT_HISTORY_VIEW': True, # Turn on a page that lets staff enter Python code to be run in the