Skip to content

fix(auto_email_report): ensure that a report is selected before we try to apply filters by akhilnarang [frappe] PR#27322

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

From: https://github.com/frappe/frappe/pull/27322
Date: 2024-08-06 12:38:29+05:30

  • fix(auto_email_report): ensure that a report is selected before we try to apply filters



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

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27322

# 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

Merge request reports