?
avatar n3t
n3t
19 Feb 2017

Steps to reproduce the issue

  1. Create new field for users, give it name Test, alias language, type text
  2. Open user form, navigate to Basic settings page

Expected result

There should be 'Frontend language' field with selection of user language

Actual result

There is plain text 'Test' field

Additional comments

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.

avatar n3t n3t - open - 19 Feb 2017
avatar joomla-cms-bot joomla-cms-bot - labeled - 19 Feb 2017
avatar Bakual
Bakual - comment - 20 Feb 2017

See #13353 for the fix.
Closing this as there is a PR which solves this.

avatar Bakual Bakual - change - 20 Feb 2017
Status New Closed
Closed_Date 0000-00-00 00:00:00 2017-02-20 06:52:29
Closed_By Bakual
avatar Bakual Bakual - close - 20 Feb 2017

Add a Comment

Login with GitHub to post a comment