Skip to content

Commit

Permalink
fix: do not open mfe editors automatically on block paste (openedx#35729
Browse files Browse the repository at this point in the history
)

(cherry picked from commit c432a8f)
  • Loading branch information
navinkarkera authored Oct 30, 2024
1 parent 8539287 commit defee16
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ def _create_block(request):
"locator": str(created_xblock.location),
"courseKey": str(created_xblock.location.course_key),
"static_file_notices": asdict(notices),
"upstreamRef": str(created_xblock.upstream),
})

category = request.json["category"]
Expand Down

0 comments on commit defee16

Please sign in to comment.