Skip to content

fix: commit regardless of framework's transaction_writes count by ankush [frappe] PR#25322

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

From: https://github.com/frappe/frappe/pull/25322
Date: 2024-03-11 15:18:38+05:30

  • fix: commit regardless of framework's transaction_writes count (#25322)



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

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

# 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