Custom field data being saved properly
The field data look like saved properly but it is not. If you try to view your profile from frontend, you won't see the data you entered
Joomla 3.7, updated from stagging today
While trying to look at the code, I see that while saving user data, after this line https://github.com/joomla/joomla-cms/blob/staging/plugins/system/fields/fields.php#L111 , $fieldData is not an array (as the plugin code expect), it is actually a json string (maybe it is loaded directly from params fields in #__users table)
@Bakual , @laoneo Please check as you two probably understand custom fields system better than most of us here
Labels |
Added:
?
|
Closing as there is a PR already
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-02-15 16:19:29 |
Closed_By | ⇒ | Bakual |
Check this one: #13956