Skip to content

fix: append download button to body and cleanup after click by rutwikhdev [frappe] PR#26544

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

From: https://github.com/frappe/frappe/pull/26544
Date: 2024-05-24 13:54:08+05:30

  • fix: append download button to body and cleanup after click (#26544)



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

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

# 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