- Issue created by @bbeversdorf
- @bbeversdorf opened merge request.
When an entity link is edited, if the user presses on the dialog to edit the text (for lookup), the results shows "suggestions" the entity for all matchers even if they have a filter present. The execute
method in EntityMatcher
should consider the bundle when gathering the results.
1. Create 2 Content matchers with different bundles
2. Using linkit, create a link to another piece of content (save)
3. Edit the link
4. Press the autocomplete field "node/###"
The node will be shown multiple times due to the entity matcher not filtering.
Active
6.1
Code