fix(permissions): cast docname to string by akhilnarang [frappe] PR#28225
From: https://github.com/frappe/frappe/pull/28225
Date: 2024-10-22 13:09:25+05:30
- fix(permissions): cast docname to string
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-28225
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-28225
# 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