Closed (fixed)
Project:
Tripletex
Version:
6.x-1.x-dev
Component:
Views integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Feb 2012 at 16:11 UTC
Updated:
20 Mar 2012 at 17:00 UTC
When editing a view, the Tripletex User id field does not map to a user object with corresponding properties.
Comments
Comment #1
stenjo commentedA typo in the fields declarations in tripletex.views.inc caused this to mess everything up.
To join with users table, the hook_views_data() should at least contain
I am still getting the errors when viewing the list of invoices created by Views:
Notice: Undefined property: stdClass::$broken in views_handler_field_node->render_link() (line 52 of /var/www/d6/sites/all/modules/views/modules/node/views_handler_field_node.inc).And thinking this might have something to do with how the field nid is defined in tripletex.views.inc line
Ideas anyone?
Comment #2
stenjo commentedIssue seems to be fixed with views 3 and latest dev.