Skip to content

fix: Apply configured perms on address list by ankush [frappe] PR#26334

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

From: https://github.com/frappe/frappe/pull/26334
Date: 2024-05-06 17:38:06+05:30

  • fix: Apply configured perms on address list (#26334)



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

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

# 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