fix: skip virtual doctype in tags patch by ankush [frappe] PR#25420
From: https://github.com/frappe/frappe/pull/25420
Date: 2024-03-14 12:09:35+05:30
- fix: skip virtual doctype in tags
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-25420
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-25420
# 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