README.txt 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. ACKNOWLEDGEMENTS
  2. As this is the next evolution of Corresponding Node References,
  3. I would like to say thanks for all the work done over on Corresponding Node
  4. References.
  5. DESCRIPTION
  6. It syncs the entity reference between two entity types which have an entity
  7. reference to each other, so double editing entities is no longer needed. If one
  8. entity has a reference, the other entity also receives a reference to the saved
  9. entity if it is referenced in that entity.
  10. DEPENDENCIES
  11. 7.x: Entity Reference
  12. EXAMPLE
  13. Entity type A has an entity reference to entity type B and entity type B has an
  14. entity reference to entity type A. When you create entity X of type A and
  15. reference it to entity Y of type B entity Y will also receive an update in its
  16. entity reference field pointing to entity X.
  17. KNOWN ISSUES
  18. - Support for entity reference fields in field collections is still a work in progress.
  19. CER has no native support for entities that are wrapped by other entities (i.e.,
  20. field collections), and implementing this properly will require extensive changes
  21. to many parts of CER. For this reason, field collection support is on hold until
  22. a few other major issues in the queue are sorted out. The thread for field collection
  23. support is http://drupal.org/node/1729666.
  24. - Support for multi-language entities is, at the time of this writing, flaky at best.
  25. There is a patch to implement better multi-language support, available at
  26. http://drupal.org/node/1961026. If this patch works well for you, PLEASE post
  27. in that issue to say that it worked so that the patch can be reviewed by
  28. the community before being committed into CER.
  29. - If you're updating CER from 1.x to 2.x, you should rebuild your theme registry.
  30. This is because the reference labels on CER's admin page were made themeable
  31. in 2.x, so you'll need to make Drupal recognize the new theme hook.
  32. INSTALL
  33. - To install enable the module at admin/build/modules
  34. - Create entity type A
  35. - Create entity type B
  36. - Create a entity reference field on entity type A pointing to entity B
  37. - Create a entity reference field on entity type B pointing to entity A
  38. - Go to the settings page at admin/config/system/cer.
  39. Select to enable the corresponding referencing for these node types pointing
  40. to each other.
  41. - Create some entities and reference them to each other
  42. MAINTAINER
  43. Questions, comments, etc. should be directed to phenaproxima (djphenaproxima@gmail.com).