joomla / joomla-cms

Home of the Joomla! Content Management System
https://www.joomla.org
GNU General Public License v2.0
4.75k stars 3.64k forks source link

[com_fields] Parameter "Default Users" in Custom Fields #14674

Closed astridx closed 7 years ago

astridx commented 7 years ago

The Parameter Field "Default value" changed into "Default Users". I think this was done in this PR: https://github.com/joomla/joomla-cms/pull/14404 But I do not understand why?

If I create a Custom Field of the Type Media and insert into the Parameter Field "Default Users" a comma separeted list of User IDs I see no result.

If I create a Custom Field of the Type Media and insert into the Parameter Field "Default Users" an image, this image is the default of the field.

articles edit field a administration

brianteeman commented 7 years ago

Yes it looks like the PR was wrong as it was intended to just solve an issue with the User field type but seems to have effected them all.

@laoneo can you take a look please

@zero-24 @rdeutz can we have a release blocker?

zero-24 commented 7 years ago

@zero-24 @rdeutz can we have a release blocker?

@brianteeman can't you do it yourself? I'm in the same team on gitthub than you are 😄

-> Done 😄

laoneo commented 7 years ago

Please check #14679, which should show only on the user field the specific text.

zero-24 commented 7 years ago

Thanks @laoneo