fix: use utility method to generate url by ruthra-kumar [frappe] PR#44758
From: https://github.com/frappe/erpnext/pull/44758
Date: 2024-12-18 10:54:21+05:30
- fix: use utility method to generate url
Diagnostics
pre-commit failed for source commit: b970eb8b1507813b5c13bce6be4a9a10eb1769db
[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.
[WARNING] repo `https://github.com/pre-commit/pre-commit-hooks` uses deprecated stage names (commit, push) which will be removed in a future version. Hint: often `pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks` will fix this. if it does not -- consider reporting an issue to that repo.
erpnext/erpnext_integrations/doctype/plaid_settings/plaid_settings.js
pre-commit failed for source commit: 54eedaeeffb1a00b94eb7c757774ab744e75b6a4
[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.
erpnext/erpnext_integrations/doctype/plaid_settings/plaid_settings.js
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-44758
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-44758
# 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