fix(Attendance Request): publish update on update and after delete by asmitahase [frappe] PR#3252
From: https://github.com/frappe/hrms/pull/3252
Date: 2025-06-17 15:39:48+05:30
- Merge pull request #3252 from asmitahase/publish-update
- fix(Shift Request): publish update on update and after delete
- fix(Expense Claim): publish update on update and after delete
- fix(Attendance Request): publish update on update and after delete
Diagnostics
Suspicious merge commit detected: 75f5a409347ed4a2d18903ec4d2e60e7ec954530
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-3252
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-3252
# 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