Active
Project:
BackReference
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2010 at 08:47 UTC
Updated:
27 Aug 2010 at 08:47 UTC
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