Skip to content

Commit

Permalink
Merge pull request #2251 from openedx/hajorg/au-2271-studio-teams-vie…
Browse files Browse the repository at this point in the history
…w-error

fix: use legacy view for studio teams ORA
  • Loading branch information
hajorg authored Nov 19, 2024
2 parents f177585 + 85108f0 commit e7eeb4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openassessment/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Initialization Information for Open Assessment Module
"""

__version__ = '6.14.0'
__version__ = '6.14.1'
2 changes: 1 addition & 1 deletion openassessment/xblock/openassessmentblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ def author_view(self, context=None): # pylint: disable=unused-argument
context_dict,
initialize_js_func='OpenAssessmentBlock',
additional_js_context={
"MFE_VIEW_ENABLED": self.mfe_views_enabled,
"MFE_VIEW_ENABLED": self.mfe_views_enabled and self.mfe_views_supported,
"ORA_MICROFRONTEND_URL": getattr(settings, 'ORA_MICROFRONTEND_URL', ''),
"IS_STUDIO": True,
}
Expand Down

0 comments on commit e7eeb4c

Please sign in to comment.