Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
[FAL-23] Enable ORGANIZATIONS_APP feature flag by default.
Browse files Browse the repository at this point in the history
It is required to be able to set up custom certificate templates.
  • Loading branch information
mtyaka committed Jan 12, 2021
1 parent f6f5934 commit 9bd5fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instance/models/mixins/openedx_config.py
Expand Up @@ -254,6 +254,7 @@ def _get_configuration_variables(self):
"ENABLE_THIRD_PARTY_AUTH": True,
"ENABLE_XBLOCK_VIEW_ENDPOINT": True,
"ENABLE_SYSADMIN_DASHBOARD": True,
"ORGANIZATIONS_APP": True,
"PREVIEW_LMS_BASE": self.instance.lms_preview_domain,
"REQUIRE_COURSE_EMAIL_AUTH": False,
"USE_MICROSITES": False,
Expand Down

0 comments on commit 9bd5fe4

Please sign in to comment.