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 poll messages crashing #2698

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Fix poll messages crashing #2698

merged 1 commit into from
Oct 17, 2024

Conversation

maricavor
Copy link
Contributor

@maricavor maricavor commented Oct 15, 2024

  • Close Poll message crashes portal  registrar_center2#130
  • Repp::V1::Registrar::SummaryController -> Added a return of nil after logging the error, ensuring the method returns a consistent value after an exception is caught.
  • Created missing has_many relationship between the Action model and a Notification model. When an associated Action is deleted, the notifications related to it will have their foreign key set to null instead of being deleted, preserving the notifications while breaking the association.

@vohmar vohmar merged commit 97708f2 into master Oct 17, 2024
7 checks passed
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.

Poll message crashes portal
3 participants