Posted by Optalgin on January 5, 2013 at 12:03pm
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?