Closed (fixed)
Project:
Apply for role
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2009 at 03:43 UTC
Updated:
7 Aug 2010 at 23:40 UTC
When using the hook_user()'s insert or update operations the module should save its custom additions to the user object into the database and set the saved fields to NULL in $edit. If it is not done such additions get serialized and saved into 'data' column.
This happens with $form['apply_for_role']['rid'] element. It is saved into {users} table and sticks there forever. Also it is added every time to a $user object when it is loaded.
| Comment | File | Size | Author |
|---|---|---|---|
| apply_for_role-.patch | 656 bytes | 20th |
Comments
Comment #1
Soren Jones commentedThank you! Applied to dev.
Comment #2
Soren Jones commented