Skip to content

fix: error in copy paste from Excel into grid (closes #24371) by treasuryesc [frappe] PR#24373

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

From: https://github.com/frappe/frappe/pull/24373
Date: 2024-04-09 12:37:11+05:30

  • chore(table): simplify logic
  • fix: copy paste from Excel (issue #24371)
  • fix: copy paste from Excel (issue #24371)



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

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

# 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