mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-02-02 09:28:25 +00:00
fix: remove references to edX from bulk emails
Bulk course emails used to contain many references to edX. This is resolved here by switching to edx-ace for sending emails. See: https://github.com/openedx/build-test-release-wg/issues/100 https://edx.readthedocs.io/projects/edx-platform-technical/en/latest/featuretoggles.html#featuretoggle-BULK_EMAIL_SEND_USING_EDX_ACE https://github.com/openedx/edx-platform/pull/29900
This commit is contained in:
parent
cbe753bc73
commit
18d3b57748
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
Note: Breaking changes between versions are indicated by "💥".
|
Note: Breaking changes between versions are indicated by "💥".
|
||||||
|
|
||||||
|
- [Bugfix] Remove edX references from bulk emails ([issue](https://github.com/openedx/build-test-release-wg/issues/100)).
|
||||||
- [Bugfix] Update ``celery`` invocations for lms-worker and cms-worker to be compatible with Celery 5 CLI.
|
- [Bugfix] Update ``celery`` invocations for lms-worker and cms-worker to be compatible with Celery 5 CLI.
|
||||||
- [Improvement] Point CMS at its config file using ``CMS_CFG`` environment variable instead of deprecated ``STUDIO_CFG``.
|
- [Improvement] Point CMS at its config file using ``CMS_CFG`` environment variable instead of deprecated ``STUDIO_CFG``.
|
||||||
- [Bugfix] Start MongoDB when running migrations, because a new data migration fails if MongoDB is not running
|
- [Bugfix] Start MongoDB when running migrations, because a new data migration fails if MongoDB is not running
|
||||||
|
@ -20,6 +20,7 @@ OAUTH_ENFORCE_SECURE = False
|
|||||||
|
|
||||||
# Email settings
|
# Email settings
|
||||||
DEFAULT_EMAIL_LOGO_URL = LMS_ROOT_URL + "/theming/asset/images/logo.png"
|
DEFAULT_EMAIL_LOGO_URL = LMS_ROOT_URL + "/theming/asset/images/logo.png"
|
||||||
|
BULK_EMAIL_SEND_USING_EDX_ACE = True
|
||||||
|
|
||||||
# Create folders if necessary
|
# Create folders if necessary
|
||||||
for folder in [DATA_DIR, LOG_DIR, MEDIA_ROOT, STATIC_ROOT_BASE, ORA2_FILEUPLOAD_ROOT]:
|
for folder in [DATA_DIR, LOG_DIR, MEDIA_ROOT, STATIC_ROOT_BASE, ORA2_FILEUPLOAD_ROOT]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user