Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2012 at 22:13 UTC
Updated:
14 Mar 2012 at 23:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerThe field doesn't seem to be used by many people, because they would have all recognized the problem, so thanks for providing a patch and reporting the issue!
The problem of using the views_handler_field_user would be, that this handler actually requires an uid column in the table, which is not
there.
Well the handler could be extended, but it wouldn't make that much sense, as all kind of similar places rely on the relationship to get more detailed use cases in.
Comment #2
dawehnerJust committed this version of the patch. Thanks for the reporting and the initial patch!