fix: Disable link field triggers by surajshetty3416 [frappe] PR#28463
From: https://github.com/frappe/frappe/pull/28463
Date: 2024-11-14 16:33:13+05:30
- fix: Disable link field triggers - while opening doc from quick entry to avoid revalidation
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-28463
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-28463
# 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