Update many_many
through relations to support polymorphic "to"
#11004
Labels
many_many
through relations to support polymorphic "to"
#11004
Description
Currently for
many_many
through relations, the "from" can be polymorphic, but the "to" cannot. We should support polymorphism on both ends, if possible.See:
silverstripe-framework/src/ORM/DataObjectSchema.php
Line 1156 in cf78a9d
The text was updated successfully, but these errors were encountered: