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

[Emails] Pretty-print JSON in scheduled email details #2748

Merged

Conversation

pbanaszkiewicz
Copy link
Contributor

This fixes #2745.

It includes a filter for converting incoming Python object (dict/list/str/num/bool/None) into a JSON string with `json.dumps()`.
@pbanaszkiewicz pbanaszkiewicz added this to the v4.7 milestone Jan 29, 2025
@pbanaszkiewicz pbanaszkiewicz self-assigned this Jan 29, 2025
@pbanaszkiewicz pbanaszkiewicz merged commit 1b5e9b7 into develop Jan 29, 2025
11 checks passed
@pbanaszkiewicz pbanaszkiewicz modified the milestones: v4.7, v4.6.2 Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Emails] Pretty-print JSON values in scheduled emails
1 participant