You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix profile fields save: use direct SQL to bypass model whitelist
Magento's admin/user model _beforeSave() only persists a whitelist
of fields (firstname, lastname, email, password, etc.). Custom
columns (tel, gender, race, dob, nric_fin, linkedin_url, profile_image)
are now saved via direct SQL UPDATE after the model save.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments