Fix "Invalid type for parameter ContentType" error in scorm xblock

Close https://github.com/overhangio/openedx-scorm-xblock/issues/16
See upstream PR: https://github.com/edx/edx-platform/pull/25957
See discussion: https://discuss.overhang.io/t/issue-with-scorm/1126
This commit is contained in:
Régis Behmo 2020-12-30 12:19:16 +01:00
parent bcee119a18
commit 3bdc038971
2 changed files with 6 additions and 2 deletions

View File

@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Bugfix] Fix "Invalid type for parameter ContentType" error on js upload in Scorm xblock ([openedx-scorm-xblock #16](https://github.com/overhangio/openedx-scorm-xblock/issues/16))
## v11.0.4 (2020-12-17)
- [Bugfix] Fix "Read-only file system" errors when running `tutor dev runserver` commands on Mac OS. (#392)

View File

@ -52,8 +52,10 @@ RUN curl https://github.com/overhangio/edx-platform/commit/928fe14a5656303b53828
# Fix video transcript upload to S3
# https://github.com/edx/edx-platform/pull/24800
RUN curl https://github.com/overhangio/edx-platform/commit/81b18b1b97ca89e2d941c9f7283e3f6e385c5f92.patch | git apply -
# Fix js upload in scorm packages by upgrading django-pipeline
# https://github.com/edx/edx-platform/pull/25957
# https://github.com/overhangio/edx-platform/tree/overhangio/upgrade-django-pipeline
RUN curl https://github.com/overhangio/edx-platform/commit/1c733e3ba11249cf16358684169e6137a308e796.patch | git apply -
###### Download extra locales to /openedx/locale/contrib/locale
FROM minimal as locales