"Joins" - include related entity's fields in Views

Yes, this is related to Inheritance-like functionality:

Example: If I have a Project Type that is related (1:1) to a SEO Info Type, my desire is for a Projects Table View that can display and edit the fields of the related SEO Info entity (if it exists).

The issues with using Lookups for this are:

  1. Each Lookup field must be manually created (cumbersome, and error-prone if field definitions change)
  2. Lookups do not allow editing the related values in the Table View
1 Like