? Pending

User tests: Successful: Unsuccessful:

avatar tecpromotion
tecpromotion
9 Feb 2019

Pull Request for PR #23526

Summary of Changes

Based on the function onUserAfterSave, the variable username was set with username and not user->name

Testing Instructions

Install 3.9.3-rc
Go to User -> User Action Log

Expected result

User username performed a check in to table #__content
username = Login Name

Actual result

User Super User performed a check in to table #__content
Super User here is the name (Name of the user) and not the username.

avatar tecpromotion tecpromotion - open - 9 Feb 2019
avatar tecpromotion tecpromotion - change - 9 Feb 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 9 Feb 2019
Category Front End Plugins
avatar tecpromotion tecpromotion - change - 9 Feb 2019
Labels Added: ?
avatar HLeithner
HLeithner - comment - 9 Feb 2019

@alikon can you check this fix for your PR?

avatar SharkyKZ
SharkyKZ - comment - 9 Feb 2019

This introduces warnings because $user is now undefined. Reverting these changes and just replacing $user->name with $user->username should be fine.

avatar alikon
alikon - comment - 10 Feb 2019
avatar joomla-cms-bot joomla-cms-bot - close - 10 Feb 2019
avatar Quy Quy - change - 10 Feb 2019
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2019-02-10 08:14:21
Closed_By Quy
avatar joomla-cms-bot joomla-cms-bot - change - 10 Feb 2019
Closed_By Quy joomla-cms-bot
avatar joomla-cms-bot
joomla-cms-bot - comment - 10 Feb 2019

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23848

Add a Comment

Login with GitHub to post a comment