Skip to content

fix(Data Import): show failed import logs by niraj2477 [frappe] PR#23975

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

From: https://github.com/frappe/frappe/pull/23975
Date: 2023-12-27 16:58:04+05:30

  • fix(data_import): respect the value of show_failed_logs checkbox
  • fix(Data Import): show failed import logs



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

# 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