Skip to content

fix: Avoid add "null" to cc in communication in timeline by tonspar [frappe] PR#25092

Bot Dokos requested to merge ft-pr-25092 into develop

From: https://github.com/frappe/frappe/pull/25092
Date: 2024-02-27 14:44:21+05:30

  • chore: extend fix to BCC
  • Avoid add "null" to cc



Diagnostics

pre-commit failed for source commit: 94fefa31a8314cb8386f7018746c762e041e43e0
prettier.................................................................Failed
- hook id: prettier
- files were modified by this hook

frappe/public/js/frappe/form/footer/form_timeline.js



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-25092

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports