Skip to content
Snippets Groups Projects
Commit e8e396ca authored by Simon Chen's avatar Simon Chen
Browse files

Roll out gradebook waffle flag to be default on

parent 00cdc7a7
No related merge requests found
......@@ -41,10 +41,10 @@ def waffle_flags():
ENFORCE_FREEZE_GRADE_AFTER_COURSE_END,
flag_undefined_default=True,
),
# By default, do not enable a gradebook with writable grades. Can be enabled on per-course basis.
# Have this course override flag so we can selectively turn off the gradebook for courses.
WRITABLE_GRADEBOOK: CourseWaffleFlag(
namespace,
WRITABLE_GRADEBOOK,
flag_undefined_default=False,
flag_undefined_default=True,
),
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment