fix: field sorting in listview by Nihantra-Patel [frappe] PR#27187
From: https://github.com/frappe/frappe/pull/27187
Date: 2024-08-06 09:29:28+05:30
- fix: field sorting in listview (#27187)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27187
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27187
# 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