Skip to content

fix: Evaluate assets in sequence by ankush [frappe] PR#26208

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

From: https://github.com/frappe/frappe/pull/26208
Date: 2024-04-29 18:56:20+05:30

  • fix: Evaluate assets in sequence (#26208)



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

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

# 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