Actions
Bug #2348
closedSelecting min or max date of a date range field results in all users displayed
Description
With a date field set to display as age and min value of -99 and max value of -18 it results then searching with the range of 18-30 results in users with age greater then 30 displaying (all users display). The same affect is present when selecting the maximum age of 100 (all users display).
https://www.joomlapolis.com/forum/147-potential-bug/154918-search-in-user-list-minmax-value
Files
Updated by krileon over 13 years ago
- File 2348.patch 2348.patch added
- Status changed from New to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
The minimum and maximum age were swapped causing it to use Minimum specified when Maximum was actually the value provided. Patch swaps them to correctly calculate age ranges.
Updated by beat over 13 years ago
- Subject changed from selecting min or max date of a date range field results in all users displayed to Selecting min or max date of a date range field results in all users displayed
- Status changed from Resolved to Closed
Fixed in r1488 with the proposed patch.
Thank you Kyle.
Actions