fix(quick_list_widget):workflow-state-not-showing by foolishdino [frappe] PR#27596
From: https://github.com/frappe/frappe/pull/27596
Date: 2024-09-10 16:27:34+07:00
- fix(quick_list_widget):workflow-state-not-showing (#27596)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27596
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27596
# 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