Actions
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
Actions