mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 22:27:47 +00:00
fix: broken file upload in studio
see discussion: https://discuss.overhang.io/t/missing-js-css-files-missing-from-openedx-docker-image-in-studio/2629 see pull request: https://github.com/openedx/edx-platform/pull/30309 (thanks @uetuluk!)
This commit is contained in:
parent
1a4c904d7f
commit
3290def1ef
@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
- [Fix] Fix broken file upload in studio because of unpinned studio-frontend requirement (see [discussion](https://discuss.overhang.io/t/missing-js-css-files-missing-from-openedx-docker-image-in-studio/2629) and [pull request](https://github.com/openedx/edx-platform/pull/30309)) (thanks @uetuluk!).
|
||||||
- [Fix] "The Compose file is invalid" error on mounting dev-only folders.
|
- [Fix] "The Compose file is invalid" error on mounting dev-only folders.
|
||||||
- [Fix] CMS settings in development.
|
- [Fix] CMS settings in development.
|
||||||
|
|
||||||
|
@ -56,6 +56,9 @@ RUN git fetch --depth=2 https://github.com/overhangio/edx-platform/ 3b985f207853
|
|||||||
# Rate limiting security fix
|
# Rate limiting security fix
|
||||||
# https://github.com/overhangio/edx-platform/tree/overhangio/sec-rate-limiting
|
# https://github.com/overhangio/edx-platform/tree/overhangio/sec-rate-limiting
|
||||||
RUN git fetch --depth=2 https://github.com/overhangio/edx-platform/ b5723e416e628cac4fa84392ca13e1b72817674f && git cherry-pick b5723e416e628cac4fa84392ca13e1b72817674f
|
RUN git fetch --depth=2 https://github.com/overhangio/edx-platform/ b5723e416e628cac4fa84392ca13e1b72817674f && git cherry-pick b5723e416e628cac4fa84392ca13e1b72817674f
|
||||||
|
# Fix studio-frontend by pinning the installed version
|
||||||
|
# https://github.com/openedx/edx-platform/pull/30309
|
||||||
|
RUN git fetch --depth=2 https://github.com/uetuluk/edx-platform/ 53ea60eee86e094f35815ac1c4114d6811f4d458 && git cherry-pick 53ea60eee86e094f35815ac1c4114d6811f4d458
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
{# Example: RUN git fetch --depth=2 https://github.com/openedx/edx-platform <GITSHA1> && git cherry-pick <GITSHA1> #}
|
{# Example: RUN git fetch --depth=2 https://github.com/openedx/edx-platform <GITSHA1> && git cherry-pick <GITSHA1> #}
|
||||||
|
Loading…
Reference in New Issue
Block a user