Movies have a field called "director", which is an entity reference to the director's type.
I am now trying to create a view of all of the directors and have all of their movies listed next to them. I have created a 'referencing entity" relationship and have added a field for the movie title content.
However, it is creating two entries for the same director, rather than one entry with both movies listed under the director. I am wondering if it is possible to fix this?
I have been trying to develop tests for a custom module of mine using the Simpletest module (Drupal 7.73 installation). I can't seem to access a custom content type I have created within my module.
I have been looking for some way to add an introductory content to a view. I know that it can be added in views configuration, but in this case, the person who will manage content will not be able to edit it. Besides, I am using a cloned taxonomy view showing certain fields. There is an already defined content type with taxonomies which will display with titles and body. So, to show only the introductory content, I decided to create a new content type.