? ? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
5 Jun 2021

There are several fields that are hidden and they do not have a label. Before this PR Joomla would use the field name as a label in this instance and then try to run it through JTEXT to translate it.

However the label is never rendered for these hidden fields so it is a pointless exercise AND it results in the language debugger reporting a missing language string.

To test open a custom field (or create a new one) with language debug on
You will see in the debug that there is a missing translation (CONTEXT)
View the source of the page and you will see the field

<input type="hidden" name="jform[context]" id="jform_context" value="com_users.user" >

Apply this PR
the language debug doesnt report any missing translations and if you view the source for this input nothing has changed

avatar brianteeman brianteeman - open - 5 Jun 2021
avatar brianteeman brianteeman - change - 5 Jun 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 5 Jun 2021
Category Libraries
avatar brianteeman brianteeman - change - 5 Jun 2021
Labels Added: ?
avatar Fedik Fedik - test_item - 5 Jun 2021 - Tested successfully
avatar Fedik
Fedik - comment - 5 Jun 2021

I have tested this item successfully on b776acc


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/34412.

avatar jwaisner jwaisner - test_item - 6 Jun 2021 - Tested successfully
avatar jwaisner
jwaisner - comment - 6 Jun 2021

I have tested this item successfully on b776acc


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/34412.

avatar jwaisner jwaisner - change - 6 Jun 2021
Status Pending Ready to Commit
avatar jwaisner
jwaisner - comment - 6 Jun 2021

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/34412.

avatar richard67 richard67 - change - 6 Jun 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-06-06 13:17:24
Closed_By richard67
Labels Added: ?
avatar richard67 richard67 - close - 6 Jun 2021
avatar richard67 richard67 - merge - 6 Jun 2021
avatar richard67
richard67 - comment - 6 Jun 2021

Thanks!

avatar brianteeman
brianteeman - comment - 6 Jun 2021

thanks

Add a Comment

Login with GitHub to post a comment