mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
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:
parent
bcee119a18
commit
3bdc038971
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
|||||||
|
|
||||||
## Unreleased
|
## 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)
|
## v11.0.4 (2020-12-17)
|
||||||
|
|
||||||
- [Bugfix] Fix "Read-only file system" errors when running `tutor dev runserver` commands on Mac OS. (#392)
|
- [Bugfix] Fix "Read-only file system" errors when running `tutor dev runserver` commands on Mac OS. (#392)
|
||||||
|
@ -52,8 +52,10 @@ RUN curl https://github.com/overhangio/edx-platform/commit/928fe14a5656303b53828
|
|||||||
# Fix video transcript upload to S3
|
# Fix video transcript upload to S3
|
||||||
# https://github.com/edx/edx-platform/pull/24800
|
# https://github.com/edx/edx-platform/pull/24800
|
||||||
RUN curl https://github.com/overhangio/edx-platform/commit/81b18b1b97ca89e2d941c9f7283e3f6e385c5f92.patch | git apply -
|
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
|
###### Download extra locales to /openedx/locale/contrib/locale
|
||||||
FROM minimal as locales
|
FROM minimal as locales
|
||||||
|
Loading…
Reference in New Issue
Block a user