Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2013 at 17:03 UTC
Updated:
9 Feb 2019 at 16:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerRight, this should be $field->table_alias. I realized that on another issue, but not sure which one.
Comment #2
esmerel commentedI'm not comfortable committing code changes, so I'm going to make a patch :D
Comment #3
esmerel commentedLet's try this with a real patch.
Comment #4
joelpittetThere looks to be another bug here where $field->field_alias is checked but not used in the concatenation... anyways this code is correct.
Comment #5
joelpittet@Lendude pointed out it's kind of silly that it's checking for an
field_aliasthen using thereal_fieldin the D8 version, so here's the patch to make that make a bit more sense. If there was a reason for the other way it should have been explained in a comment.Comment #6
chris matthews commentedThe 2 year old patch in #5 to views_handler_filter_combine.inc applied cleanly to the latest views 7.x-3.x-dev and looks good to me.
Comment #8
damienmckennaCommitted. Thanks!