Closed (works as designed)
Project:
Webform
Version:
6.x-3.15
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2012 at 22:32 UTC
Updated:
1 Nov 2014 at 14:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
quicksketchThanks, this request does indeed belong here. This sounds very similar to #1435846: View ajax error when adding a submission link handled by webform_handler_field_submission_link via a relationship, but is probably a different problem. The solution is probably similar though. We just need to manually specify the relationship in our hook_views_data_alter().
Comment #2
nilo commentedFor the "Webform submission of user." relationship the wrong field was being referenced in the users table.
Should be:
$data['users']['uid'] = array(instead of:
$data['users']['webform_submission'] = array(on line 211.
Patch file attached.
Comment #3
danchadwick commentedThe 6.x branch is receiving critical bug fixes only.