Closed (fixed)
Project:
Webform
Version:
6.x-3.0-beta4
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2010 at 08:32 UTC
Updated:
22 Apr 2010 at 08:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchYeah I've been thinking about this too. Though this patch doesn't apply to Drupal 7 since profile_load_profile() doesn't exist in Drupal 7. There we've actually done a full user_load() on the $user object. I think this is the safer approach and we can probably do this in the Drupal 6 3.x version, for consistency if nothing else.
Comment #2
quicksketchThis would also fix #428984: use realname in webform.
Comment #3
quicksketchHere we are, now we do a full user_load() regardless of profile module, making the full range of user profile options available. Committed to 3.x branches.
Comment #4
quicksketch