Problem/Motivation
Allow sorting by title / label. Currently, that's not available in the list of fields to sort by. Unclear why, but would make sense!
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork flippy-3616655
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
anybodyOk the reason is that title is
Drupal\Core\Field\Entity\BaseFieldOverridein my case. Let's also allow other types like varchar_ascii.Comment #5
anybody