Arnaud Frézet
Arnaud Frézet
I find some "patch". If we call the find method each linked object before calling the findOneBy, the entity manager is hydrated correctly and the query works.
The issue appears when null is set to the column label. Nullable labels should be allowed.
It look like the EAV adapter does not work. If replace the lines : ```php return new Pagerfanta( EAVAdapter::create( $this->dataLoader, $queryBuilder, $this->configuration->getOption('loader_depth', 2) ) ); ``` by ```php return new...
Tests fixed
Hi, following the previous comment of @chalasr, we can not decide on what to do : **do we keep the current option** `entry_point` which will now be either an entrypoint,...