From fdba58447240e335979569d9c5e7183691378090 Mon Sep 17 00:00:00 2001 From: cahrens Date: Thu, 2 Feb 2017 11:03:18 -0500 Subject: [PATCH] Removes an obsolete Django setting, ALLOW_ALL_ADVANCED_COMPONENTS. We moved from configuring installed components in settings.py files to using just Python entry points. This used to be a setting which enabled all XBlocks with appropriate entry points. It was removed from the rest of the codebase in a previous PR, and this usage was inadvertently left behind. --- cms/envs/bok_choy.env.json | 1 - 1 file changed, 1 deletion(-) diff --git a/cms/envs/bok_choy.env.json b/cms/envs/bok_choy.env.json index 3819be73fd..e4a64aa9bc 100644 --- a/cms/envs/bok_choy.env.json +++ b/cms/envs/bok_choy.env.json @@ -73,7 +73,6 @@ "ENTRANCE_EXAMS": true, "MILESTONES_APP": true, "PREVIEW_LMS_BASE": "preview.localhost:8003", - "ALLOW_ALL_ADVANCED_COMPONENTS": true, "ENABLE_CONTENT_LIBRARIES": true, "ENABLE_SPECIAL_EXAMS": true, "SHOW_LANGUAGE_SELECTOR": true,