Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Michael SaechangMichael Saechang(Deactivated)Reporter
Alan BoshierAlan BoshierBranch Version/s
6.1.x6.0.xBackported to Branch
CommittedGit Pull Request
Components
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee
Michael Saechang
Michael Saechang(Deactivated)Reporter
Alan Boshier
Alan BoshierBranch Version/s
6.1.x
6.0.x
Backported to Branch
Committed
Git Pull Request
Components
Fix versions
Affects versions
Priority
Zendesk Support
Zendesk Support
Zendesk Support
Created January 17, 2012 at 4:05 AM
Updated June 24, 2023 at 3:40 PM
Resolved November 28, 2012 at 1:12 PM
The file portal-impl\src\com\liferay\portal\service\persistence\UserFinderImpl.java has an error in the implementation of the method:
The error is that on line 197:
The value for
screenNames
is incorrectly taken from the input parameterlastName
; it should be taken from the input parameterscreenName
.This causes calling code to typically be returned incorrect results from this method.
(Note: the other variant of
countByC_FN_MN_LN_SN_EA_S
that takes array parameters does not suffer from this problem).