- Issue created by @fisherman90
- @fisherman90 opened merge request.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 12:25pm 7 August 2023
When using the module's Date filters with a node loaded by another entity via relationship, the filter does not work with the error
Column not found: 1054 Unknown column 'node_field_data.created' in 'where clause'
Create a view with a non-node entity (f.e. Taxonomy term or Media) referencing a node. Then try loading the node via a views relationship in a view that's base table is the other entity and try to filter it using the date range filter on the "changed" or "created" fields.
Make the filter aware of set table aliases by views when using relationships.
Review & merge PR.
None
None
None
Needs review
2.0
Code