-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove XBlockSerializerForLearningCore
The XBlockSerializerForLearningCore class existed to account for the differences in how Blockstore and later Learning Core stored OLX. This involved doing things like: * removing the url_name attribute (because it's encoded elsewhere) * special case conversion from <vertical> tags to <unit> * other handling over child definition identifiers Stripping the url_name was moved to the XBlockSerializer superclass because it was useful for copy-paste functionality. The other two are no longer relevant because Learning Core won't internally model a Unit as an XBlock, and the Learning Core XBlock Runtime doesn't support having children.
- Loading branch information
Showing
2 changed files
with
2 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters