fix: set `no_feed_on_delete` for Comment and Data Import Log by barredterra [frappe] PR#27378
From: https://github.com/frappe/frappe/pull/27378
Date: 2024-08-13 09:28:37+02:00
- fix: don't create a comment when deleting a Data Import Log
- fix: don't create another comment when deleting a comment
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27378
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27378
# 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