fix: update idx and name in table before rendering result rows by vishakhdesai [frappe] PR#28955
From: https://github.com/frappe/frappe/pull/28955
Date: 2024-12-30 11:39:43+05:30
- fix: update idx and name in table before rendering result rows
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-28955
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-28955
# 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