Actions
Bug #7570
closedUserlist removal of users may not be working in some cases
Description
When searching a userlist for a user that has marked the field being searched as private it can sometimes display the user instead of removing their row. Unsure of cause as is unreliable.
https://www.joomlapolis.com/forum/255-developer-members-support/240992-age-in-code-field
Updated by krileon over 5 years ago
This is due to the fieldname check. It's checking if the field name exists in $_REQUEST, but for age range it uses FIELDNAME_minval and FIELDNAME_maxval. This check needs to be improved.
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
__minval and __maxval will now trigger userlist privacy checks
Actions