Skip to content

fix: set ENABLE_EDXNOTES as a flat Django setting - #56

Open
ahmed-arb wants to merge 1 commit into
mainfrom
ahmed-arb/flatten-features-settings
Open

fix: set ENABLE_EDXNOTES as a flat Django setting#56
ahmed-arb wants to merge 1 commit into
mainfrom
ahmed-arb/flatten-features-settings

Conversation

@ahmed-arb

Copy link
Copy Markdown
Contributor

Description

edx-platform flattened FEATURES into the settings namespace (openedx/edx-platform#37067), so FEATURES["ENABLE_EDXNOTES"] = True in a downstream settings module no longer has any effect: the toggle silently stays at its False default, which leaves the notes tab hidden. This sets it as a flat Django setting instead, mirroring overhangio/tutor#1477.

Part of overhangio/tutor#1479.

LLM usage notice

Built with assistance from Claude.

edx-platform flattened FEATURES into the settings namespace, so assigning
to FEATURES[...] from a downstream settings module no longer has any
effect and the toggle silently stays at its default.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Pending Triage

Development

Successfully merging this pull request may close these issues.

2 participants