Problem/Motivation
When Masquerade field is enabled, adding new fields to nodes shows new, irritating nonsense field types in the "Add field" window.

Steps to reproduce
Enable Masquerade field
Create new node type
Add new fields to node
| Comment | File | Size | Author |
|---|---|---|---|
| duplicated_er_field_types.png | 151.1 KB | hudri |
Issue fork masquerade_field-3276169
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
joshuamiI found a similar issue in the viewfield module and created a merge request with the suggested fix to how masquerade field extends the entity reference field. Tested the patch and it seems to do the trick. Credit should also go to @aeotrin for the nice explanation of their patch.
Comment #5
joshuamiComment #8
claudiu.cristeaThank you for reporting and fix.