Skip to content

refactor: separate click handlers for "load more" and "change page length" by barredterra [frappe] PR#25080

Bot Dokos requested to merge ft-pr-25080 into develop

From: https://github.com/frappe/frappe/pull/25080
Date: 2024-02-27 08:40:46+01:00

  • refactor: saparate click handlers for "load more" and "change page length" (#25080)



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-25080

# 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

Merge request reports