feat(List View): sort List Filters by `filter_name` by kehwar [frappe] PR#26747
From: https://github.com/frappe/frappe/pull/26747
Date: 2024-07-01 17:51:20-05:00
- feat(List View): sort List Filters by
filter_name(#26747)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26747
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26747
# 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