If you try to remove a content relation from the end it wasn't created originally this doesn't work. The problem seems to be in [`Mlp_Content_Relations.php->delete_relation`](https://github.com/inpsyde/multilingual-press/blob/d478dc109995afb2f09d2ca9f23fa447163f2f54/inc/db/Mlp_Content_Relations.php#L194-L198). The where-clause doesn't consider this situation. ~~I'll continue playing around to see if coming from the wrong side also is an issue with other things like changing a relation.~~ I also wonder if this is an intended limitation or a known issue.
If you try to remove a content relation from the end it wasn't created originally this doesn't work.
The problem seems to be in
Mlp_Content_Relations.php->delete_relation. The where-clause doesn't consider this situation.I'll continue playing around to see if coming from the wrong side also is an issue with other things like changing a relation.I also wonder if this is an intended limitation or a known issue.