Actions
Bug #5126
closedCB User Manager field search not working
Description
As reported here:
https://www.joomlapolis.com/forum/154-advanced-members-support/228685-206-backend-search-always-shows-all-users
On J336 (and J34) with CB 2.0.6, the following search returns all users:
username equals admin
username contains admin
etc
looks like searching is not working
Updated by krileon over 9 years ago
This appears to be due to SessionState not working correctly with ArrayAccess. For example it tests the first input if it's an array to determine multiselect or advanced search, but $subInput0 does nothing when it should return the value of ->asArray()[0].
Updated by krileon over 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !806
Actions