fix: reposting file attachment permission issue by rohitwaghchaure [frappe] PR#42068
From: https://github.com/frappe/erpnext/pull/42068
Date: 2024-06-28 23:25:17+05:30
- fix: reposting file attachment permission issue (#42068)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-42068
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-42068
# 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