feat: add filter validation and permission checks in roster API [frappe] PR#4569
From: https://github.com/frappe/hrms/pull/4569
Date: 2026-05-21 13:10:04+05:30
- feat: add filter validation and permission checks in roster API
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4569
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4569
# 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