Kaustav Banerjee
702866b225
feat: delete XModuleDescriptorToXBlockMixin (#29927)
This:
1. Deletes XModuleDescriptorToXBlockMixin
2. Deletes `metadata_traslations` and `_translate()` from `XmlParserMixin`,
and all related implementations.
3. Removes translations of deprecated OLX attributes during import/export:
<old_attr> : <new_attr>
- 'slug' : 'url_name'
- 'name' : 'display_name'
- 'id' : 'discussion_id' (Discussion XBlock)
- 'for' : 'discussion_target' (Discussion XBlock)
- 'attempts' : 'max_attempts' (CAPA)
2022-04-21 16:15:00 +01:00
..
2022-04-21 16:15:00 +01:00
2021-04-05 14:00:07 -04:00
2021-10-21 09:54:22 -04:00
2021-11-29 14:42:52 -05:00
2020-06-24 14:45:47 +05:00
2021-02-15 19:30:40 +05:00
2021-12-21 10:47:59 -05:00
2021-03-09 18:03:34 +05:00