fix(form_builder): Use locale-aware sorting and search for fieldtypes by cogk [frappe] PR#23454
From: https://github.com/frappe/frappe/pull/23454
Date: 2023-12-01 15:18:10+00:00
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-23454
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease