fix(UX): Show reference name in error log list view by blaggacao [frappe] PR#26687
From: https://github.com/frappe/frappe/pull/26687
Date: 2024-06-06 12:49:36+02:00
- fix(UX): Show reference name in error log list view #26687
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26687
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26687
# 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