morphedByMany in RelationManager error without allowDuplicates
Hi,
RelationManager support morphedByMany relationship with pivot table ?
1 Reply
i found this problem, when i use the AttachAction on Relation Manager if i don't use allowDuplicates() give me an query error.
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'order_items.product_id' in 'where clause'
the correct query shoul be
can someone help me please