fix: prevent unauthorized status change on Shift Request [frappe] PR#4605
From: https://github.com/frappe/hrms/pull/4605
Date: 2026-06-04 21:17:58+05:30
- fix: remove permlevel restriction from status field in shift_request
- fix: prevent unauthorized status change on Shift Request
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4605
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4605
# 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