Closed (fixed)
Project:
Linkit
Version:
7.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Jan 2025 at 08:23 UTC
Updated:
26 May 2026 at 21:25 UTC
Jump to comment: Most recent, Most recent file
The entity matches allows to filter by bundle.
This filter is not applied for suggestions found by URL.
Use the bundle filter as well when matching by URL.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | linkit-profile-matchers.png | 57.8 KB | pinesso |
| #5 | create-node.png | 55.76 KB | pinesso |
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
rp7 commentedComment #4
mark_fullmerGood catch. This should definitely be addressed. It looks like the MR is triggering a failure in the tests, right now, with
Failed asserting that '' contains "<a href hreflang data-entity-substitution data-entity-type data-entity-uuid title>".-- we'll need to look into that.Comment #5
pinesso commentedI’m also seeing this same issue on the 7.x version.
Not sure if I’m missing something or doing something wrong, but I’ve configured it to accept all bundles except News. However, when I try adding a link using CKEditor, the News content type still shows up in the suggestions.
Any help would be appreciated!
Thank you!
Comment #7
muriqui commentedUpdated to 7.x.
Comment #9
muriqui commentedComment #10
mrshowermanI have the same issue in a slightly different scenario, and can confirm that MR!158 fixes it.
Steps to reproduce:
Comment #13
mark_fullmerThe most recent changes do seem like a good query approach. I functionally tested this and can confirm the fix. Merging!