Skip to content

Commit

Permalink
feat: [ACI-526] add CCX events to BADGES_CONFIG (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrii <[email protected]>
  • Loading branch information
andrii-hantkovskyi and Andrii authored Mar 26, 2024
1 parent 3f4dea1 commit 4a4d1e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions credentials/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,5 +598,7 @@
"events": [
"org.openedx.learning.course.grade.now.passed.v1",
"org.openedx.learning.course.grade.now.failed.v1",
"org.openedx.learning.ccx.course.grade.now.passed.v1",
"org.openedx.learning.ccx.course.grade.now.failed.v1",
],
}

0 comments on commit 4a4d1e5

Please sign in to comment.