Problem/Motivation
The settings form only lets you scan configurable fields and one base field: title. But not every entity uses title for its label. Commerce product attribute values and media use name, so their label can never be searched or replaced.
Proposed resolution
Use the entity type's label key instead of the hardcoded title.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork scanner-3606272
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 #3
alex.bukach commentedComment #4
smustgrave commentedCan we get test coverage please.