Skip to content

fix(notification): html template example in notification.js by oguzbilgic [frappe] PR#26005

Bot Dokos requested to merge ft-pr-26005 into develop

From: https://github.com/frappe/frappe/pull/26005
Date: 2024-04-17 20:52:24+08:00

  • Fix html template example in notification.js



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26005

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26005

# 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

Merge request reports