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 LinkField formfield currently won't save the classname for a polymorphic has_one relation.
The Link model's Owner() method also doesn't account for an owner which has a polymorphic has_one relation - it needs to check that the "{$this->OwnerRelation}Class" field is a link class, and return null if not.
The text was updated successfully, but these errors were encountered:
The
LinkField
formfield currently won't save the classname for a polymorphic has_one relation.The
Link
model'sOwner()
method also doesn't account for an owner which has a polymorphic has_one relation - it needs to check that the"{$this->OwnerRelation}Class"
field is a link class, and return null if not.The text was updated successfully, but these errors were encountered: