fix: Better perm check in roster [frappe] PR#4651
From: https://github.com/frappe/hrms/pull/4651
Date: 2026-06-05 14:54:25+05:30
- fix: Better perm check in roster
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4651
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4651
# 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