User tests: Successful: Unsuccessful:
Pull Request for Issue #45079.
Updated the display of the frontend User Profile to show the text of the selected option rather than the database value.
These are purely visual changes.
e.g. display for allowing auto starting tours Allow Auto Starting Tours 0
e.g. display for allowing auto starting tours Allow Auto Starting Tours No
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Front End com_users |
Labels |
Added:
PR-5.2-dev
|
I have tested this item 🔴 unsuccessfully on 62c221c
@Galcedion Is it ok that the Backend Template Style
is shown with the pull request as number?
Test Case 4: Automatic Start of Guided Tours (all options)
Test okay
Test Case 5: Backend Language (all options)
Test okay
Test Case 6: Frontend Language (all options)
Test okay
Test Case 7: Editor (all options)
Test okay
I have tested this item 🔴 unsuccessfully on 62c221c
Back end template displays ID instead of name.
Thanks everyone for pointing that out.
After checking, it appears that Backend Template Style has no $field->options
, so right now I can't get the proper text for the display. I'm looking for a way to get the text. Dismantling $field->input
is an option, but that's rather hacky.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-03-11 09:25:24 |
Closed_By | ⇒ | chmst |
When testing this PR, I found some inconsistencies.
I tested on a J5.2.4 with two languages installed (en-GB and de-DE).
I'll describe my findings in a number of posts.