fix: allow negative numbers in grid search by ankush [frappe] PR#24989
From: https://github.com/frappe/frappe/pull/24989
Date: 2024-02-21 18:56:03+05:30
- fix: allow negative numbers in grid search (#24989)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-24989
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease