Closed (fixed)
Project:
Entity Reference Field Autocomplete Filter
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 May 2025 at 06:05 UTC
Updated:
3 Jun 2025 at 07:54 UTC
Jump to comment: Most recent
Comments
Comment #3
scott_euser commentedThis is going to fail as it needs these:
But then still needs work once those are resolved to add a few more autocomplete attempts and prove the restricted results.
Comment #4
dahousecat commentedThis is next on the to-do list but I'll need to complete this task in my own time so will have to wait for now.
Comment #5
scott_euser commentedJust to note it's mostly there in the MR. I would be happy to complete it
Comment #6
dahousecat commentedThanks again Scott, I totally missed that.
If your happy to complete that then i would be very grateful.
I'm a bit new to MRs on drupal.org - if you could give me any pointers on how to merge then that would be super helpful!
Comment #7
scott_euser commentedSure absolutely, I posted here in one of the issues you merged with details: https://www.drupal.org/project/entity_reference_field_autocomplete_filte...
Comment #8
scott_euser commentedTests now passing. Note that in the MR is a slight change to #3525063: Widget missing schema as the schema was still throwing a validation error (test coverage automatically triggers config validation)
Comment #10
dahousecat commentedComment #11
dahousecat commentedThanks Scott - runs fine locally.
Really appreciate you adding this test.