Hi,

I have type A with a node reference to B (single, dropdown) and a multiple (checkboxes) reference field in B pointing to A. BackReference is configured for this field pair.

1. Create 1 instance of A and 2 instances of B (B1 and B2).
2. Edit B1 and mark checkbox for A.
3. Reload A - a reference to B1 is set - good.
4. Edit B2 and mark checkbox for A.
5. Reload A - reference is updated to B2 - good.
6. Reload B1 - it is still pointing to A, so now you have two B's pointing to A, even though A is pointing only to one B (by definition) - bad.

From what I understand this should be a supported scenario, right?

Thanks,
Marcin