fix: add show_dashboard field on custom fields by ankush [frappe] PR#24984
From: https://github.com/frappe/frappe/pull/24984
Date: 2024-02-21 18:28:34+05:30
- fix: add show_dashboard field on custom fields (#24984)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-24984
# 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