fix(GridSearch): get_selected_children returns now correct selections when search item on different page by sumitbhanushali [frappe] PR#27409
From: https://github.com/frappe/frappe/pull/27409
Date: 2024-08-15 15:47:25+05:30
- fix(GridSearch): get_selected_children returns correct selections when search item on different page
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27409
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27409
# 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