feat: Allow Setting email, share and print perms via User Type by marination [frappe] PR#27096
From: https://github.com/frappe/frappe/pull/27096
Date: 2024-07-12 18:28:08+02:00
- feat: Allow Setting email, share and print perms via User Type
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27096
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27096
# 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