Bug #2093
closedPaging a userlist after being searched by a date field does not function
Description
When you search a userlist by a datefield and try to click to the next page it is not properly adding the date search criteria.
Working URL:
index.php?option=com_comprofiler&task=usersList&Itemid=15&limitstart=0&search=&cbsecuritym3=cbm_45a45d44_23e239c1_0032b9aa42da4471784b4e24e43c34f4&listid=4&cb_date__minval=01%2F01%2F1915&cb_date__maxval=11%2F01%2F2036
Paging URL:
index.php?option=com_comprofiler&task=usersList&listid=4&Itemid=15&cb_date__minval=1915-01-01&cb_date__maxval=2036-11-01&limit=2&limitstart=2
Seams the format is changed and isn't URL encoded.
Before:
cb_date__minval=01%2F01%2F1915
cb_date__maxval=11%2F01%2F2036
After(paging):
cb_date__minval=1915-01-01
cb_date__maxval=2036-11-01
Files
Updated by krileon almost 14 years ago
- File 2093.patch 2093.patch added
- Status changed from New to Resolved
- Assignee set to beat
- % Done changed from 0 to 100
Updated by beat almost 14 years ago
- Subject changed from paging a userlist after being searched by a date field does not function to Paging a userlist after being searched by a date field does not function
- Status changed from Resolved to Closed
- Estimated time set to 1:00 h
Fixed as suggested by patch and committed in r1306 .
Thank you Kyle for investigating and proposing patch.