fix(email_queue): allow sending emails when queue is disabled by akhilnarang [frappe] PR#32235
From: https://github.com/frappe/frappe/pull/32235
Date: 2025-04-22 12:26:47+05:30
- fix(email_queue): remove confirm step
- fix: Allow to manually send an email even if queue is disabled
Diagnostics
pre-commit failed for source commit: 4848fbda0b5ba01ba5c563d6b33737276979b1a9
[WARNING] top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
1 file reformatted
frappe/email/doctype/email_queue/email_queue.js
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-32235
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-32235
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease