When creating nodes with the dummy relation fields on them, content from the body field is erased upon node save.
Steps to reproduce:
* Clean Drupal install (standard installation), plus most recent release Relation module. (Have also tried latest Git clone.)
* Enable all three relation modules.
* Add a new relation type. Have it relate all node bundles, leave other options at default.
* Add the dummy relation field to Articles.
* Add a new article, with title Example article.
* Add a new article. Give it a body and enter "Example article" in the dummy relation field.
-> Upon save, there is no body visible on the article view page.
-> When editing the node, the body field is empty (indicating that the body was never saved).
Same thing happens when adding another article, also relating to the Example article.
Comments
Comment #1
chx commentedComment #2
itangalo commentedSorry, but as far as I can tell this issue is not fixed.
An example can be seen here: http://nodeone.se/node/977
(The steps to reproduce above should still be valid.)
A thought: Would it be useful to have Selenium tests attached to issues, allowing you (and others) to run the steps to reproduce – and perhaps (eventually) include in a test suite for the module?
Comment #3
MeDAN commentedI have the same problem.
http://drupal.org/node/1293540
Comment #4
itangalo commentedSorry – forgot to reopen issue.
Comment #5
naught101 commentedsee #1175386-51: Provide widgets for specific entity types