Hello,
I've 2 differente CrudController with different queryBuilder and field. (A1CrudControler, A2CrudControler)
In one other Crudcontroler (BCrudControler) I use AssociationField for a many2many relation on A, I ->setController(A1CrudControler::class), to get the good filter(queryBuilder), but th automplete url is wrong :
https://url.test/admin/a2/autocomplete?...
What's wrong ???