Skip to content

fix(document_follow): `following` was treated as a string not a boolean by akhilnarang [frappe] PR#26389

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

From: https://github.com/frappe/frappe/pull/26389
Date: 2024-05-09 14:02:19+05:30

  • fix(document_follow): following was treated as a string not a boolean



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

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

# 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