[go: up one dir, main page]

fix(minor): avoid use of form object when routing to audit trail by GursheenK [frappe] PR#23603

From: https://github.com/frappe/frappe/pull/23603
Date: 2023-12-14 11:03:59+05:30

  • fix: skip using frm object for routing to audit trail (#23603)



Diagnostics

pre-commit failed for source commit: 9ec54feff94e11e2fa397b26e360465e78c96184
prettier.................................................................Failed
- hook id: prettier
- files were modified by this hook

frappe/public/js/frappe/form/toolbar.js



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-23603

# 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

Merge request reports

Loading