Actions
Bug #4123
closedVM2 userinfo table behavior changed
Description
The way vm userinfo id is set appears to be changed to a proper auto increment field now, which breaks existing usage.
Actions
Added by krileon over 11 years ago. Updated over 11 years ago.
Description
The way vm userinfo id is set appears to be changed to a proper auto increment field now, which breaks existing usage.
VM2 stores multiple address types to the user info table. So it's possible for a user to have say 5+ addresses. The query that grabs their userinfo id needs to also include the address type and address type name in the query to ensure the correct row is being selected.