You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Outlet ORM
Using Outlet-RC01 we stumbled upon a problem where we 'simply' wanted
to remove a single relation within a many-to-many relationship.
I hoped this would be removing the entry from the collection of a
class and save the class again to persist the changes. However, in the
OutletMapper::save-many-to-many() function it seems that only 'new'
childs are detected.
Is removing specific entries in a collection not supported?