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

fix: connect verify_student handlers to app #35561

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

alangsto
Copy link
Contributor

Description

The signal handlers were refactored as part of #35468, but never re-imported to the apps.py file. This means that the handlers have not been connected since that PR has been merged. This PR reconnects the handlers to the app.

@alangsto alangsto marked this pull request as ready for review September 30, 2024 15:38
@alangsto alangsto force-pushed the alangsto/fix_verify_student_handlers branch from 5f7d79e to fd55bda Compare September 30, 2024 16:15
Comment on lines 20 to 21
from lms.djangoapps.verify_student.signals import signals # pylint: disable=unused-import
from lms.djangoapps.verify_student.signals import handlers # pylint: disable=unused-import
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: Can these import statements be combined, sorta like this?

from lms.djangoapps.verify_student.signals import handlers, signals  # pylint: disable=unused-import

@alangsto alangsto force-pushed the alangsto/fix_verify_student_handlers branch from 3c6c74a to 3b17720 Compare September 30, 2024 17:22
@alangsto alangsto merged commit 06a5560 into master Sep 30, 2024
49 checks passed
@alangsto alangsto deleted the alangsto/fix_verify_student_handlers branch September 30, 2024 17:49
@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production.

@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX production environment.

1 similar comment
@edx-pipeline-bot
Copy link
Contributor

2U Release Notice: This PR has been deployed to the edX production environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants