Skip to content

Commit

Permalink
fix: Drop reference to mailings retirement
Browse files Browse the repository at this point in the history
Retire mailings step uses LMS API that was removed starting from
Ironwood release so it was removed.

Co-authored-by: Florian Haas <[email protected]>
  • Loading branch information
dyudyunov and fghaas committed Jul 31, 2024
1 parent 2d3d233 commit be18b07
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Unreleased

* [Bug fix] Complete the removal of (not-ever-working) support for the Ecommerce service, by also removing references to that service from the `openedx-lms-common-settings` patch.
* [Bug fix] Remove references to the mailing API (which in turn was removed from the LMS in Ironwood).
* [Bug fix] Remove references to the (not-ever-working) Discovery service.

## Version 3.3.1 (2024-07-03)
Expand Down
3 changes: 0 additions & 3 deletions tutorretirement/patches/openedx-lms-common-settings
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ RETIREMENT_STATES = [
'LOCKING_ACCOUNT',
'LOCKING_COMPLETE',

'RETIRING_EMAIL_LISTS',
'EMAIL_LISTS_COMPLETE',

'RETIRING_ENROLLMENTS',
'ENROLLMENTS_COMPLETE',

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ base_urls:
retirement_pipeline:
{% if FORUM_VERSION is defined %}- [ 'RETIRING_FORUMS', 'FORUMS_COMPLETE', 'LMS', 'retirement_retire_forum' ]{% endif %}
{% if NOTES_HOST is defined %}- [ 'RETIRING_NOTES', 'NOTES_COMPLETE', 'LMS', 'retirement_retire_notes' ]{% endif %}
- [ 'RETIRING_EMAIL_LISTS', 'EMAIL_LISTS_COMPLETE', 'LMS', 'retirement_retire_mailings' ]
- [ 'RETIRING_ENROLLMENTS', 'ENROLLMENTS_COMPLETE', 'LMS', 'retirement_unenroll' ]
- [ 'RETIRING_LMS_MISC', 'LMS_MISC_COMPLETE', 'LMS', 'retirement_lms_retire_misc' ]
- [ 'RETIRING_LMS', 'LMS_COMPLETE', 'LMS', 'retirement_lms_retire' ]

0 comments on commit be18b07

Please sign in to comment.