There should be 'Frontend language' field with selection of user language
There is plain text 'Test' field
com_fields is using params for its values, and alias of the field as field name, so the name in html form is jform[params][field_alias], this overrides original field from component itself, causing this issue.
Same situation is for com_categories fields implementation (image field for example), only articles are unaffected, as there is no original params.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-02-20 06:52:29 |
Closed_By | ⇒ | Bakual |
See #13353 for the fix.
Closing this as there is a PR which solves this.