Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Dec 2009 at 15:08 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
aren cambre commentedIt also doesn't show the field label, which can also help distinguish fields.
Comment #2
dagmarNice catch.
Mmm. I cannot replicate this. I have changed a label for a field and works fine.
Here is a patch to display relationships in the grouping select box.
Comment #3
aren cambre commentedSee the attached example to substantiate #1.
Comment #4
dagmarOh, I was looking in for in the wrong place. Thanks.
Here is the new patch.
Comment #5
dawehnerShouldn't this be used also in table style?
Comment #6
dagmarYes, lets make this more general. Maybe a new function called get_field_labels, or something like this.
Comment #7
dagmarHere is it.
Comment #8
merlinofchaos commented1) There are spelling errors in the comments for get_field_labels()
2) Can someone test this for me? This one should be easy to test and RTBC after fixing the typos.
Comment #9
dawehner2) i tested it, added 1 relationship and added some fields with this relationship:
So this worked fine.
Comment #10
dawehnerHere is an updated patch
Comment #11
merlinofchaos commentedCommitted to all branches.