Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2010 at 22:11 UTC
Updated:
14 Oct 2010 at 20:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
yhahn commentedAs seen in the data entry
The handler currently tries to pass the human readable title to
field_info_field()which obviously will not work. Patch fixes to use the title_short value.Comment #2
dawehnerI obvious used "test" for both title and the machine readable name :)
So title short is not secure from my perspective.
So i added field_name to every definition of fields/arguments/... This is better name. Additional it's secure to be the right one at any time.
Additional a bug in list_field_views_data was fixed to remove a unwanted field from the listing.
Comment #3
yhahn commentedGreat, will test out the patch and get back to you. Thanks!
Comment #4
JeremyFrench commentedHave just tested pach from #2, it works for me. Thanks
I'll leave as need review to give yhahn a chance to give feedback, but the patch looks good to me.
Comment #5
dawehnerThanks! This is commited now.