Sentry fixes from support by akhilnarang [frappe] PR#27901
From: https://github.com/frappe/frappe/pull/27901
Date: 2024-09-25 17:23:56+05:30
- fix(query_report): fix crash
- fix(list_view): fix crash when
$resultis undefined
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27901
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27901
# 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