Problem/Motivation

Version 8.7.7. When we have a View with a Format Show in Entityqueue, this Views generates a query with a wrong alias. The page loads with an error when trying to display content.

SELECT entity_subqueue_field_data.name AS entity_subqueue_field_data_name, entity_subqueue.name AS entity_subqueue_name FROM {entity_subqueue} entity_subqueue LIMIT 4 OFFSET 0;

Steps to reproduce

Create a View with Display show as Entityqueue. Update to version 8.7.7

Proposed resolution

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

jdodinos created an issue. See original summary.

jdodinos’s picture

Status: Active » Needs review