From ea7ec0c198598eb268ef29aa19c926895ed32eb4 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 4 Dec 2020 13:10:09 -0500 Subject: [PATCH] Add in required toggle_tickets parameter. (#25763) * Add in required toggle_tickets parameter. Co-authored-by: Kyle McCormick --- cms/envs/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/envs/common.py b/cms/envs/common.py index 356fb2d7ff..3d4322ca14 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -2308,6 +2308,7 @@ VERIFY_STUDENT = { # the orgs referenced in Studio content, then leave it enabled. # .. toggle_use_cases: open_edx # .. toggle_creation_date: 2020-11-02 +# .. toggle_tickets: https://github.com/edx/edx-organizations/blob/master/docs/decisions/0001-phase-in-db-backed-organizations-to-all.rst ORGANIZATIONS_AUTOCREATE = True ################# Settings for brand logos. #################