fix: total_fields not showing real value (backport #27682) by mergify[bot] [frappe] PR#28517
From: https://github.com/frappe/frappe/pull/28517
Date: 2024-11-19 18:50:23+05:30
- fix: default length to available fields when undefined
- fix: total_fields not showing real value
Diagnostics
pre-commit failed for source commit: 80792067afed87426cced5dad0119a10abc2ec3b
[WARNING] top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
Fixing frappe/public/js/frappe/list/list_settings.js
frappe/public/js/frappe/list/list_settings.js
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-28517
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-28517
# 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