User tests: Successful: Unsuccessful:
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
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
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:
?
|
Thanks!
thanks
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.