? ? Pending

User tests: Successful: Unsuccessful:

avatar SharkyKZ
SharkyKZ
3 Feb 2020

Summary of Changes

Adds missing imports and adapts some methods to language pack changes.

Testing Instructions

Edit your profile in frontend. Select editor, backend and frontend languages.
Add this code to components/com_users/tmpl/profile/default_params.php:

HTMLHelper::register('users.editor', array(HTMLHelper::getServiceRegistry()->getService('users'), 'editor'));
HTMLHelper::register('users.language', array(HTMLHelper::getServiceRegistry()->getService('users'), 'language'));

View your profile.

Expected result

No errors. Values are displayed correctly (e.g. Editors - CodeMirror and English (United Kingdom))

Actual result

Errors:

Class 'Joomla\Component\Users\Administrator\Service\HTML\Factory' not found
Class 'Joomla\Component\Users\Administrator\Service\HTML\LanguageHelper' not found

Raw values are displayed (codemirror and en-GB).

Documentation Changes Required

No.

avatar joomla-cms-bot joomla-cms-bot - change - 3 Feb 2020
Category Administration com_users
avatar SharkyKZ SharkyKZ - open - 3 Feb 2020
avatar SharkyKZ SharkyKZ - change - 3 Feb 2020
Status New Pending
avatar SharkyKZ SharkyKZ - change - 3 Feb 2020
Labels Added: ?
avatar alikon alikon - test_item - 14 Feb 2020 - Tested successfully
avatar alikon
alikon - comment - 14 Feb 2020

I have tested this item successfully on 9ba4c42


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

avatar jwaisner jwaisner - test_item - 14 Feb 2020 - Tested successfully
avatar jwaisner
jwaisner - comment - 14 Feb 2020

I have tested this item successfully on 9ba4c42


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

avatar jwaisner jwaisner - change - 14 Feb 2020
Status Pending Ready to Commit
avatar jwaisner
jwaisner - comment - 14 Feb 2020

RTC


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

avatar wilsonge wilsonge - change - 18 Feb 2020
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2020-02-18 14:04:56
Closed_By wilsonge
Labels Added: ?
avatar wilsonge wilsonge - close - 18 Feb 2020
avatar wilsonge wilsonge - merge - 18 Feb 2020
avatar wilsonge
wilsonge - comment - 18 Feb 2020

Thanks!

Add a Comment

Login with GitHub to post a comment