fix: refresh fields after changing form to read-only by Mutantpenguin [frappe] PR#26439
From: https://github.com/frappe/frappe/pull/26439
Date: 2024-07-02 01:01:25+02:00
- fix: refresh fields after changing form to read-only (#26439)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26439
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26439
# 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