Skip to content

Commit

Permalink
feat: [ACI-542] update event bus config
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo-kh committed Mar 7, 2024
1 parent dc744ff commit 9a342f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -5448,11 +5448,11 @@ def _should_send_certificate_events(settings):
{'event_key_field': 'xblock_info.usage_key', 'enabled': False},
},
'org.openedx.learning.course.grade.now.passed.v1': {
'learning-grade-lifecycle':
'learning-badge-lifecycle':
{'event_key_field': 'user_course_data.course.course_key', 'enabled': True},
},
'org.openedx.learning.course.grade.now.failed.v1': {
'learning-grade-lifecycle':
'learning-badge-lifecycle':
{'event_key_field': 'user_course_data.course.course_key', 'enabled': True},
},
}
Expand Down

0 comments on commit 9a342f3

Please sign in to comment.