mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-11 07:41:02 +00:00
fix: ignore discussion units when forum is not enabled
This is a backport of a commit to the master branch: https://github.com/openedx/edx-platform/pull/32464 In particular, it will fix many issues that appear when the demo course is imported.
This commit is contained in:
parent
2bca024daf
commit
d7eb539277
@ -0,0 +1 @@
|
|||||||
|
- [Bugfix] Do not display discussion units when the forum is not enabled. (by @regisb)
|
@ -53,6 +53,9 @@ RUN git config --global user.email "tutor@overhang.io" \
|
|||||||
# Security advisory: https://github.com/openedx/edx-platform/security/advisories/GHSA-3q74-3rfh-g37j
|
# Security advisory: https://github.com/openedx/edx-platform/security/advisories/GHSA-3q74-3rfh-g37j
|
||||||
# https://github.com/openedx/edx-platform/pull/32838
|
# https://github.com/openedx/edx-platform/pull/32838
|
||||||
RUN curl -fsSL https://github.com/openedx/edx-platform/commit/163259779297a7dccb28e1f8c3dfa4d2cbdb9655.patch | git am
|
RUN curl -fsSL https://github.com/openedx/edx-platform/commit/163259779297a7dccb28e1f8c3dfa4d2cbdb9655.patch | git am
|
||||||
|
# Fix discussion units when forum is not enabled
|
||||||
|
# https://github.com/openedx/edx-platform/pull/32464
|
||||||
|
RUN curl -fsSL https://github.com/openedx/edx-platform/commit/a9f66705503288c360055ab80c7c3bfb884f75fe.patch | git am
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
{# Example: RUN curl -fsSL https://github.com/openedx/edx-platform/commit/<GITSHA1>.patch | git am #}
|
{# Example: RUN curl -fsSL https://github.com/openedx/edx-platform/commit/<GITSHA1>.patch | git am #}
|
||||||
|
Loading…
Reference in New Issue
Block a user