From c82f876aa5ddd10bdc8140c67d1d47ae84f13703 Mon Sep 17 00:00:00 2001 From: qtw97 Date: Mon, 20 Nov 2023 17:16:25 -0500 Subject: [PATCH] Update devstack.py --- lms/envs/devstack.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lms/envs/devstack.py b/lms/envs/devstack.py index 2c8b3cf7b63c..71420977cda1 100644 --- a/lms/envs/devstack.py +++ b/lms/envs/devstack.py @@ -204,6 +204,11 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing FEATURES['COURSES_ARE_BROWSEABLE'] = True HOMEPAGE_COURSE_MAX = 9 +FEATURES['ENABLE_FILTER'] = False +# Toggle for the "filter" feature of the search bar +FEATURES['ENABLE_SORTBY'] = False +# Toggle for the "sort by" feature of the search bar + # Software secure fake page feature flag FEATURES['ENABLE_SOFTWARE_SECURE_FAKE'] = True