Revert "fix: return after setting value in set_route_filters" by iamejaaz [frappe] PR#32891
From: https://github.com/frappe/frappe/pull/32891
Date: 2025-06-11 13:12:34+05:30
- Revert "fix: return after setting value in set_route_filters"
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-32891
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-32891
# 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