Hy,

I'm trying to create two way references in Drupal 8. There were some modules which provided this functionality, however they do not provide a release for Drupal 8.
To be more specific, this is my use case:

I have two Content Types: Workgroup and Vacancy. Workgroup has some information such as a name, contact information...
Vacancy (apart from basic information) contains a reference to one workgroup. This is the best approach from the point of view of the content creator (as vacancies will be created and edited more often than workgroups).

However, what I want to view on the website is the information of the workgroup followed by all the vacancies of this workgroup. Unfortunately, workgroup does not have a field which references to vacancies. I could, of course, add this field, but then I would have to edit the workgroup every time a vacancy is added or updated.

Any suggestions of how I could create a two way reference which will automatically update when a vacancy is added?

Thanks.

Comments

ptitb’s picture

I'm looking for the same functionality and found this: http://www.drupalonwindows.com/en/blog/exposing-reverse-entity-reference...
Did not try it yet but it could be helpful.