feat: Open quick entry form when creating a new doc from a widget (quicklist or shortcuts) by maasanto [frappe] PR#32171
From: https://github.com/frappe/frappe/pull/32171
Date: 2025-04-23 12:55:24+00:00
- feat: no redirection following doc insert from quick entry form (shortcut)
- feat: no redirection following doc insert from quick entry form (quicklist)
- feat: shorcuts to new doc opens up quick entry form when available
- feat: quick entry form when creating doc from quick list
Diagnostics
pre-commit failed for source commit: 05258a9c5b74260e52ae7316942edb452eda4a1e
[WARNING] top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
frappe/public/js/frappe/widgets/shortcut_widget.js
pre-commit failed for source commit: 2415e3aafef4b942d079ed61d59ad7389b7b6f94
[WARNING] top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
frappe/public/js/frappe/widgets/shortcut_widget.js
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-32171
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-32171
# 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