Revert "refactor: reuse services and wrappers between XBlocks" [FC-0026] - #32730
Conversation
This reverts commit 36cc415.
|
Thanks for the pull request, @Agrendalath! As a core committer in this repo, you can merge this once the pull request is approved per the core committer reviewer requirements and according to the agreement with your edX Champion. |
|
@Agrendalath 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
|
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
|
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
|
2U Release Notice: This PR has been deployed to the edX production environment. |
|
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
|
2U Release Notice: This PR has been deployed to the edX production environment. |
This reverts commit 36cc415 from #32420.
I didn't add a revert for 6a8e695, as this is a trivial change.
The affected invocation of the
PartitionServiceis here. The code that triggers the exception directly is here. Therefore, thecourse_idis missing here (or maybe thecourse_idis invalid, so modulestore().get_course(self._course_id) returnsNone).Note: So far, we could not reproduce the reported behavior locally, and the available traceback does not clarify how the submitted issue is related to this commit.