Commit 8c4d0dc5 by Braden MacDonald

Disable nested editing of table columns in Studio until Studio is fixed.

parent af123bdc
......@@ -149,7 +149,7 @@ class MentoringTableColumn(StudioEditableXBlockMixin, StudioContainerXBlockMixin
return fragment
def author_preview_view(self, context):
return self.author_edit_view(context)
return self.fallback_view('mentoring_view', context)
def author_edit_view(self, context):
"""
......
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