From 125b502c79928ca82fe74dcb16b196fdc311d384 Mon Sep 17 00:00:00 2001 From: Florian Haas <florian@citynetwork.eu> Date: Fri, 11 Sep 2020 14:12:18 +0200 Subject: [PATCH] Fix documentation for ENABLE_LEARNER_RECORDS Commit 3222d3fd13d0c4243b60711164264cea8af8f76d (LEARNER-5987) introduced the ENABLE_LEARNER_RECORDS site configuration flag, but incorrectly referred to it as ENABLE_CREDENTIALS_RECORDS in the documentation for the credentials service. Fix the reference with the correct flag name. --- openedx/core/djangoapps/credentials/docs/site_config.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openedx/core/djangoapps/credentials/docs/site_config.rst b/openedx/core/djangoapps/credentials/docs/site_config.rst index 62788a223df..ac825a8e20e 100644 --- a/openedx/core/djangoapps/credentials/docs/site_config.rst +++ b/openedx/core/djangoapps/credentials/docs/site_config.rst @@ -3,8 +3,8 @@ Site Configuration These are the site configuration flags that affect Credentials features. -ENABLE_CREDENTIALS_RECORDS --------------------------- +ENABLE_LEARNER_RECORDS +---------------------- Controls whether the LMS integrates with the Learner Records feature in Credentials. Specifically, this turns on some web buttons that link to a learner's record on the Credentials IDA and enables some data being passed to Credentials related to those records. -- GitLab