install 3.7.0b1
create User Groups (usergrouplist) custom field
edit content on FRONTEND
Expect to see a selector to select a user object
Nothing rendered for this custom field
Labels |
Added:
?
|
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.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-03-11 19:51:51 |
Closed_By | ⇒ | Bakual |
Confirmed, only seems to work in backend forms.