Asad Ali
Asad Ali
## Description - This PR fixes the issue in the TinyMCE editor in Studio. - TinyMCE was upgraded from v4.0.20 to v5.5.1 under https://github.com/openedx/edx-platform/pull/30335. - With these changes, we have...
`ConfigurationModel.current()` does not respect the enabled flag and uses the same configuration values even though the configuration is disabled. This PR fixes the issue and uses default configs if the...
## Description This PR fixes an issue with the course blocks cache when cache is invalid/does not exist for a course. The details can be found in [this discussion post](https://discuss.openedx.org/t/course-block-cache-resulting-in-inconsistent-course-outline-progress-page-and-instructor-reports/13379)....