Active
Project:
Corresponding node references
Version:
7.x-4.22
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2012 at 09:51 UTC
Updated:
30 Nov 2012 at 08:57 UTC
Hi,
I use this module on a Drupal 6 install without any problems.
I made a website based on Drupal 7 and I can not get it to work.
On two differents content types I've created a field "references" with a list created on the basis of a view. I tick both content types in the list of those that can be referenced. In admin/config/system/corresponding_node_references I tick all the boxes.
But when I select a reference to a node in a content, the link appears on the node in question but not the one referenced ...
What did I do wrong?
Thanks you,
Thib '
Comments
Comment #1
czigor commentedHave you tried clearing the cache? If that does not help and you're using a multilanguage site, you should use the dev version.
Comment #2
marktheshark commentedSame here, using 7.x-4.22.
My use case:
Products are sold at Events. An Event references several Products. A Product references several Events where it is sold at.
After configuring these fields for auto-updating through CNR, I referenced 2 Products from an Event. I saved the Event and none of the Products received a reference to the Event.
Comment #3
thibThe bug is still active. I actually use the multilanguage. I tried to clear the cache but nothing has changed. I have not tried with dev version because my website is online ...
Comment #4
ArtoRovie commentedI have the same problem
Comment #5
juanramonperez commentedI had the same problem,
The multilanguage feature needs review. my temporal solution was open the "corresponding_node_references.crud.inc" and search-replace "$referenced_node->language" with "'und'".
If I have a bit of time I will upload a patch ;)
Comment #6
majusz commentedSame problem here. All settings as described, but no back reference showing up.
I don't use multi-language - any suggestions what the problem could be?
Comment #7
juanramonperez commented@majusz, If you are using Drupal in another language (not english), try with the solution that I have posted in #5
Comment #8
majusz commented@juanramonperez, thanks for the suggestion!
I actually solved the problem by installing the dev version. Works like a charm now.
I'm on a single language (non-English) site, so if anyone has similar problems with the stable release, I'd suggest installing the dev version as well.
Comment #9
thibIf the dev version works well, why don't have now a release version from it ?