Skip to content

Commit

Permalink
Merge pull request #119 from Pearson-Advance/vue/PADV-1019
Browse files Browse the repository at this point in the history
PADV-1019 - Delete run_extension_point in course_operations
  • Loading branch information
cesarsilvaedunext authored Mar 15, 2024
2 parents 45d5fa7 + 2a9ceca commit 410cfdd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lms/djangoapps/ccx/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,6 @@ def create_ccx(request, course, ccx=None):
for rec, response in responses:
log.info('Signal fired when course is published. Receiver: %s. Response: %s', rec, response)

# Adding an extension point to create the institution_ccx for PearsonVUE.
if is_course_licensing_enabled:
run_extension_point(
'PCO_CREATE_INSTITUTION_CCX_INSTANCE',
ccx_id=ccx_id,
custom_course=ccx,
user=request.user,
)

# .. event_implemented_name: COURSE_CREATED
COURSE_CREATED.send_event(
time=datetime.datetime.now(tz=timezone.utc),
Expand Down

0 comments on commit 410cfdd

Please sign in to comment.