fix: unset `cscript.is_onload` flag after the form is rendered by priyanshshah2442 [frappe] PR#27055
From: https://github.com/frappe/frappe/pull/27055
Date: 2024-07-10 10:45:33+05:30
- fix: remove unsetting of in trigger_onload
- fix: unset cscript.is_onload flag after the form is rendered
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27055
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27055
# 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