fix: Improve option handling in ShiftAssignmentDialog [frappe] PR#4491
From: https://github.com/frappe/hrms/pull/4491
Date: 2026-05-07 12:45:28+05:30
- fix: clean up ShiftAssignmentDialog employee mapping and enhance Link component with onMounted lifecycle
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4491
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4491
# 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