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 updating scheduled broadcasts #5358

Merged
merged 1 commit into from
Jul 5, 2024
Merged

Fix updating scheduled broadcasts #5358

merged 1 commit into from
Jul 5, 2024

Conversation

rowanseymour
Copy link
Member

No description provided.

raise forms.ValidationError(_("Select when you would like the broadcast to be sent"))

Copy link
Member Author

Choose a reason for hiding this comment

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

the normal way to clean a form is start with cleaned_data = super().clean() but that doesn't work here.. maybe cuz it's a mixin? Anyways need to get this fix out...

@@ -1976,7 +1976,6 @@ def setUp(self):

def _form_data(
self,
org,
Copy link
Member Author

Choose a reason for hiding this comment

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

unrelated - just noticed this isn't used

Copy link

codecov bot commented Jul 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (bc041ec) to head (e7dd6a2).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #5358   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          488       488           
  Lines        25041     25042    +1     
=========================================
+ Hits         25041     25042    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rowanseymour rowanseymour merged commit b2961fa into main Jul 5, 2024
5 checks passed
@rowanseymour rowanseymour deleted the bcast_fix branch July 5, 2024 16:09
@github-actions github-actions bot locked and limited conversation to collaborators Jul 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant