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 09:27:04 -04:00
2022-04-21 09:39:59 +01:00
2022-04-21 16:15:00 +01:00
2022-03-25 15:27:39 +05:00
2021-05-27 13:54:37 -04:00
2021-05-10 13:56:40 +05:00
2021-03-05 08:11:58 -05:00
2021-12-15 17:06:40 +05:00
2021-05-11 17:22:40 +05:00
2021-05-10 13:56:40 +05:00
2021-09-01 13:53:33 +05:00
2021-04-01 21:58:29 -04:00
2021-05-11 17:22:40 +05:00