refactor: make reposting implicit by ruthra-kumar [frappe] PR#42294
From: https://github.com/frappe/erpnext/pull/42294
Date: 2024-07-15 14:29:07+05:30
- chore: contextual comments
- refactor(test): reposting happens implicitly
- refactor(test): no need to assert repost_required flag
- refactor: make reposting implicit
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42294
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42294
# 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