Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PADV-1019 - Delete run_extension_point in course_operations #119

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading