User tests: Successful: Unsuccessful:
Currently, fields specified in a user don't show up in the contact if the user is assigned to that contact. The Fieldgroup sliders appear, but no fields within it.
This PR changes the $userData['params']
from a JSON string to the array we expect in the onContentAfterSave method.
Get the sliders for each fieldgroup filled with the saved fields.
Only get the sliders without any fields in it.
None
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Yep I know. We would have to iterate over the fields and unset them from the user params. However with #13353 this will be superfluous (since fields are no longer stored in params). I just need to update it accordingly since the whole restoring of the user into the database becomes useless then.
I have tested this item
I have tested this item
fields specified in a user don't show up in the contact
yes,
but appears only the "Field" title
Labels |
Added:
?
|
I have tested this item
Patch ok for me
Looks good, solved the issue I reported earlier
@joomdonation Can you mark it as a successfull test in JIssues?
I have tested this item
only on 3.7 current staging not on 4.0
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-02-16 19:07:13 |
Closed_By | ⇒ | rdeutz |
The custom fields do still get saved in the user params column.