From 9e21c29af6765efd680e7166ca7b7cad22c75e56 Mon Sep 17 00:00:00 2001 From: juan Date: Thu, 4 Jan 2024 06:58:27 -0500 Subject: [PATCH] Revert "Merge pull request #112 from Pearson-Advance/vue/PADV-815" This reverts commit 59b367a86b689d85b807a5c28b500f042a68d5d0, reversing changes made to 95541f5e1cec191ae06fa2ade29a3ce4798cd856. --- lms/djangoapps/ccx/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/ccx/views.py b/lms/djangoapps/ccx/views.py index 83d05765704d..fcbc70ec58ce 100644 --- a/lms/djangoapps/ccx/views.py +++ b/lms/djangoapps/ccx/views.py @@ -308,7 +308,7 @@ def create_ccx(request, course, ccx=None): COURSE_CREATED.send_event( time=datetime.datetime.now(tz=timezone.utc), course=CourseData( - course_key=ccx, + course_key=ccx_id, ) )