fix!: Don't let users with write access to UP bypass UP by ankush [frappe] PR#25812
From: https://github.com/frappe/frappe/pull/25812
Date: 2024-04-05 18:43:55+05:30
- fix!: Don't let users with write access to UP bypass UP
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-25812
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-25812
# 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