fix: don't try to rename a doctype that doesn't exist by barredterra [frappe] PR#28487
From: https://github.com/frappe/frappe/pull/28487
Date: 2024-11-16 18:27:05+01:00
- fix: don't try to rename a doctype that doesn't exist (#28487)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-28487
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-28487
# 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