Rank 2: Process
Hello I have a bug with the relationship functionality in the database.
I have a "bundles" collection which has a "Many to many" with "lots", "lots" which has a "Many to many" with "products" and "products" a "One to many" with "stock" .
All relationships work except the last one which loads all other attributes of whatever type but not the relationship. If I add another attribute, it is loaded and appears in my debug but not the relationship.
I tried to make relationships with other categories, same result.
I recreated my model from 0 by deleting all the categories, same result I don't really understand the problem knowing that I have other relationships like "bundles" with "sell_prices" in "Many to many" which works perfectly.
I'm on 1.4.10 which I just updated, but the bug is the same on 1.4.9 (I told myself that the update would perhaps fix the bug but no)