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
{{ message }}
This repository was archived by the owner on Mar 1, 2018. It is now read-only.
another problem in Doctrine_Record_Filter_LooselyCoupleable:
when you set an object that was not saved before ($object->exists() == false) the method _findObjectPrimaryKey() throws a Doctrine_Record_Exception. The problem is that Doctrine then rethrows an unknown property "object" exception -- and you sit there and don't understand the world.. ;-)
Don't know.. either change the exception class to just Exception or better do this and also add an exception after line 10 and check if a) the value is a Doctrine_Record and b) if it really exists to make it more reliable.