bin/cake bake all --everything
yields infinite recursion for this use case
#1029
Labels
bin/cake bake all --everything
yields infinite recursion for this use case
#1029
Description
I'm getting infinite recursion when baking.
PeopleTable
OrganisationsTable
The idea is that both People and Organisations can have representatives or administratives (or both). Reps and admins are People too.
So in People it's a self-referencing m2m via a pivot table.
In Organisations it's an m2m to People via a pivot table.
Migrations:
Bake Version
2.9.3
PHP Version
No response
The text was updated successfully, but these errors were encountered: