feat(contacts): Download Contact(s) as vCard by barredterra [frappe] PR#26771
From: https://github.com/frappe/frappe/pull/26771
Date: 2024-06-27 11:03:22+02:00
- Merge pull request #26771 from barredterra/contact-vcard
- refactor: only one access log for bulk contact export
- fix: check permission and create access log
- feat: download contact list as vCards
- feat: download Contact as vCard
Diagnostics
Suspicious merge commit detected: 9d73477e600e076887e82317f6db421d8a8436c7
Suspicious changes found (dokos|telemetry|shipping_rule|capture_doc|sentry|marketplace_apps|subscription_conf):
f082f9de5cfcee1e9b024087ce10d7ab3899bbd3 feat: download Contact as vCard
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26771
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26771
# 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