- π©πͺGermany geek-merlin Freiburg, Germany
Is this stalled? It blocks the other issue.
- last update
over 1 year ago 30,377 pass, 2 fail - π©πͺGermany geek-merlin Freiburg, Germany
Unblocking this as the other issue is stalled, and imho no blocker for working on this.
> and I don't actually understand what this example syntax would query for:
> tid.referenced_by:tags:node.nid"Referenced by field tags of a node" ;-)
- π¬π§United Kingdom joachim
Made an issue fork, and committed the patches to it, then rebased on 11.x.
Checked that the diff to 11.x is the same as patch file 3278083-51.patch.
- Status changed to Needs review
5 months ago 2:59pm 2 July 2024 - π¬π§United Kingdom joachim
Made a number of tweaks -- mostly docs & formatting fixes.
Uncommented the deprecation.
Also, addressed this
> I'm a bit spooked by this class property which gets overwritten each time a new field is added to the query.
by removing the $this->joinType and using a passed parameter instead.
- π¬π§United Kingdom joachim
I'm still iffy about the EntityQueryRelationshipMultiplePropertyBaseFieldTest test class being empty, but I don't think there's a better way to do it.
I tried a PHPUnit data provider with the code from createField() in a callable... but PHPUnit didn't like that at all!!! :D
- Status changed to Needs work
5 months ago 2:25pm 5 July 2024 - πΊπΈUnited States smustgrave
Can the issue summary be updated to include the fix includes needing createField()
Also appears to have a repeating failing kernel test.
Left some comments on the MR.