Commit 5485d0c2 by Mushtaq Ali

make `is_course_self_paced` default to False

parent d3fc2625
......@@ -1021,7 +1021,7 @@ class VisibilityState(object):
gated = 'gated'
def _compute_visibility_state(xblock, child_info, is_unit_with_changes, is_course_self_paced):
def _compute_visibility_state(xblock, child_info, is_unit_with_changes, is_course_self_paced=False):
"""
Returns the current publish state for the specified xblock and its children
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment