How to create View with exposed filters which combines two entities

Hi

There are 2 entities, with fields:

  • Office
      field: Name
      field: Type
      field: Country
  • Person
      field: Name
      field: Age
      field: Office reference

Is it possible to create a View in Drupal 8, which lists information from both types and at the same time provides exposed filters for:

How do I pull in content that has been revised in the last week with a Drupal View?

I'm developing an API endpoint that serves as a feed (not like RSS or Atom, but more customized). To do this I'm using Views in Drupal 8 along with RESTful Web Services. One criteria is content that has been updated in the last seven days.

How do I get a View to query for content that has had revisions in the last week? I added a filter for content that has a "changed" field value of less than a week, but I can't seem to get revisions to work no matter what I try.

Article shows "Member of"

Hi, I do not know why I get this in each article.

I have Drupal version 8.4.2 with the default theme Mayo 8.x-1.3

The browser developer tools shows the following.

Ajax Form Block submit problems

Problems whit the submit in the ajax forms in the block configuration forms

Defining base_path

I know there are plenty of entries in this forum about this same issue, but I haven't seen any about my point. 

According to every page I've consulted, using {{ base_path }} in twig templates doesn't show anything unless you overwrite this variable this way:

Media module and management

Hi, we use Drupal 8 for our company intranet. I am looking for advice on what module we should use to manage the thousands of files that we need to upload every year with the ability to also delete and edit. I am looking for a module that will also allow batch uploads, currently we have to upload files individually which is very time consuming.

Any help would be greatly appreciated.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x