Skip to content

fix: compute modal title server side by barredterra [frappe] PR#26179

Corentin Forler requested to merge ft-pr-26179 into develop

From: https://github.com/frappe/frappe/pull/26179
Date: 2024-04-26 17:41:00+02:00

  • fix: compute modal title server side



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

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

# 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