?
avatar PhilETaylor
PhilETaylor
2 Feb 2017

Steps to reproduce the issue

install 3.7.0b1
create User Groups (usergrouplist) custom field
edit content on FRONTEND

Expected result

Expect to see a selector to select a user object

Actual result

Nothing rendered for this custom field

avatar PhilETaylor PhilETaylor - open - 2 Feb 2017
avatar joomla-cms-bot joomla-cms-bot - change - 2 Feb 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 2 Feb 2017
avatar Bakual
Bakual - comment - 2 Feb 2017

Confirmed, only seems to work in backend forms.

avatar laoneo
laoneo - comment - 3 Feb 2017

Yes, the user field doesn't work on the front end, probably that's why the filter is set to "unset" on the front https://github.com/joomla/joomla-cms/blob/staging/components/com_content/models/forms/article.xml#L112. In one of my extensions I'v made a workaround that I set the created_by on the front to type sql and make query against the users. But honestly the user field shouldn't show up at all on the front end.

avatar laoneo
laoneo - comment - 11 Mar 2017

It was a misunderstanding with the user field. The groups field should work on the front end. Please test pr #14498 which should fix it.

avatar brianteeman
brianteeman - comment - 11 Mar 2017

As we have a pr now then this can be closed @zero-24

avatar Bakual Bakual - change - 11 Mar 2017
Status New Closed
Closed_Date 0000-00-00 00:00:00 2017-03-11 19:51:51
Closed_By Bakual
avatar Bakual Bakual - close - 11 Mar 2017

Add a Comment

Login with GitHub to post a comment