You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spot where the many-many relationship option relationshipLocal is supposed to be initialized suffers some copy-pasta duplicating relationshipForeign instead:
It looks like as long as warnings are disabled, this mistake only results in the two uses of relationshipLocal being a no-op which are avoided if consumers of saving to many-many functionality only set already-configured link class instances
This bug is a good time to start building out ActiveRecord's core unit tests, merge a fix for this that includes a unit tests that goes from failing to passing
The text was updated successfully, but these errors were encountered:
The spot where the many-many relationship option
relationshipLocal
is supposed to be initialized suffers some copy-pasta duplicatingrelationshipForeign
instead:emergence-skeleton/php-classes/ActiveRecord.class.php
Line 1865 in 7504a36
It looks like as long as warnings are disabled, this mistake only results in the two uses of relationshipLocal being a no-op which are avoided if consumers of saving to many-many functionality only set already-configured link class instances
This bug is a good time to start building out ActiveRecord's core unit tests, merge a fix for this that includes a unit tests that goes from failing to passing
The text was updated successfully, but these errors were encountered: