Closed (duplicate)
Project:
Corresponding node references
Version:
7.x-4.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2011 at 00:04 UTC
Updated:
27 Apr 2012 at 11:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
martijn de witHaving almost the same issues here.
Using Drupal 7.9. and tried the dev and latest version.
The modules gives the message "21 nodes processed successfully." but no node is updated.
I have a 1 to many relation and tried many to many relation. Can't find the problem, why the module isn't updating my nodes!
going to try this solution: http://drupal.org/node/1359668not working for meComment #2
czigor commentedPlease test this patch.
Comment #3
czigor commentedMaybe this way.
Comment #4
czigor commentedtag
Comment #5
C. Lee commentedThe patch in #3 solved the problem. Thanks!
Comment #6
dmiric commentedthank you seems to work :)
Comment #7
martijn de witApplied the patch, it works for me!
Tested the "update existing nodes" function and tested it with editing single nodes.
great appreciation for the quick response!!! Thanks!!
Comment #8
berdirI can confirm that the patch works as well.
Hint: To get the old node, you can use entity_load_unchanged('node', $node->nid);, see http://api.drupal.org/api/drupal/modules--node--node.module/function/nod...
Comment #9
berdirAlso, even though this works, #1269136: Infinite loop might fix this as well and looks cleaner...
Comment #10
bforchhammer commentedSo, I guess this is a duplicate then, right?
Patch #3 look almost identical to #1269136-4: Infinite loop. Would be great if we could get one of them committed soon!
Comment #11
radimklaskaThank you! The patch in #3 solved the problem for me.
Comment #12
GeO-dupe commentedHi,
I'm facing the same problem (my installation is in french) however I can't apply the patch, can someone be kind enough to upload the patched filed somewhere ? Or to send it to me to geo at facemon.net
Thanks in advance !
Comment #13
czigor commentedIt's already committed, just download the dev.
Comment #14
GeO-dupe commentedHuh i'm facing the same probleme even with the dev version : no references appear in the admin panel, tho I have 2 nodes with mutual reference
Comment #14.0
GeO-dupe commentededit