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

Properly split the query parameter for service unit in email reports #511

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

juho-kettunen-nc
Copy link
Contributor

Service unit query parameter was previously sent as single string like "1,2,3,4", which is not a proper input for forms.ModelMultipleChoiceField. Synchronous reports already handled this query string properly, so now email reports use the same query parameter parsing for service unit.

Service unit query parameter was previously sent as single string like "1,2,3,4", which is not a proper input for forms.ModelMultipleChoiceField.
Synchronous reports already handled this query string properly, so now email reports use the same query parameter parsing for service unit.
Copy link
Contributor

@henrinie-nc henrinie-nc left a comment

Choose a reason for hiding this comment

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

Looks good and seems to fix the issue

@juho-kettunen-nc juho-kettunen-nc merged commit a438061 into develop Aug 14, 2024
3 checks passed
@juho-kettunen-nc juho-kettunen-nc deleted the MVJ-429-report-email-multiselect branch December 4, 2024 06:05
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.

2 participants