fix: notification condition has no custom context (perf) by blaggacao [frappe] PR#27722
From: https://github.com/frappe/frappe/pull/27722
Date: 2024-09-10 16:35:15+02:00
- fix: notification condition has no custom context (perf)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27722
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27722
# 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