feat: allow tel: protocol in hyperlinks by alexleach [frappe] PR#34699
From: https://github.com/frappe/frappe/pull/34699
Date: 2025-11-21 06:05:59+00:00
- feat: allow tel: protocol hyperlinks (#34699)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-34699
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-34699
# 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