Problem/Motivation
When an entity reference field is configured to use 'autocomplete ID' widget as well as having the global override enabled, the field will return duplicate results. Disabling the widget or the override resolves the issue.
Steps to reproduce
As above.
Proposed resolution
Only show single results when either or both are enabled.
Issue fork autocomplete_id-3458433
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 #4
melnychukmy commentedHi, as a new Drupal contributor I fixed the bug by adding an extra check in the access() method. Now it doesn't show duplicate results when using the widget and the global override at the same time.
Comment #8
bluegeek9 commented