Use new ENABLE_PUBLISHER feature flag
ENABLE_MKTG_SITE has been serving double duty to both indicate that an Open edX installation is using a Drupal marketing site AND is using the Publisher workflow tool for managing course metadata. But now that publisher-frontend is available and the Publisher feature is no longer tied to the marketing site, we want to tease apart those two concerns. Hence ENABLE_PUBLISHER. Only really used so far in Studio, to control which fields are shown (if using Publisher, some fields are only editable in Publisher).
Showing
- cms/djangoapps/contentstore/tests/test_course_settings.py 12 additions, 16 deletionscms/djangoapps/contentstore/tests/test_course_settings.py
- cms/djangoapps/contentstore/views/course.py 5 additions, 5 deletionscms/djangoapps/contentstore/views/course.py
- cms/envs/common.py 3 additions, 0 deletionscms/envs/common.py
- lms/envs/common.py 3 additions, 0 deletionslms/envs/common.py
Please register or sign in to comment