fix: Treat Document Links entries as all non-std fields by marination [frappe] PR#23432
From: https://github.com/frappe/frappe/pull/23432
Date: 2023-12-19 15:46:21+05:30
- fix(test_customize_form): drop checking of
flags.update_db
- test: Custom doctype links having non std fieldname with dashboard override
- fix: Treat Document Links entries as all non-std fields
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-23432
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease