Make studio_post_duplicate, editor_saved, and post_editor_saved real inheritable methods on StudioEditableBlock, rather than some getattr hackery, as suggested here: https://github.com/openedx/edx-platform/pull/7482/files#r27728847
Also, consider renaming:
- studio_post_duplicate -> studio_duplicate
- editor_saved -> studio_saving
- post_editor_saved -> studio_saved
Make studio_post_duplicate, editor_saved, and post_editor_saved real inheritable methods on StudioEditableBlock, rather than some
getattrhackery, as suggested here: https://github.com/openedx/edx-platform/pull/7482/files#r27728847Also, consider renaming: