fix: link title not reliable in report view by iamejaaz [frappe] PR#32532

From: https://github.com/frappe/frappe/pull/32532
Date: 2025-05-15 10:52:23+05:30

  • refactor: remove async from reduce()
  • refactor: remove unused code
  • fix: link title not reliable in report view



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

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-32532

# 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

Merge request reports

Loading