I have two node types A and B
* A has a field B_ref
* B has a field A_ref
When node A is created node B is created automatically using a rule
B->A_ref is updated with node reference to A

So far everything is working fine but
For some reason I cannot update A->B_ref

Any ideas?

nobody click here