Project

General

Profile

Actions

Bug #2093

closed

Paging a userlist after being searched by a date field does not function

Added by krileon over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
25 November 2010
Due date:
% Done:

100%

Estimated time:
1:00 h

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

http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/catid,130/id,146930/#147027


Files

2093.patch (1.35 KB) 2093.patch krileon, 25 November 2010 18:02
Actions #1

Updated by krileon over 13 years ago

  • File 2093.patch 2093.patch added
  • Status changed from New to Resolved
  • Assignee set to beat
  • % Done changed from 0 to 100
Actions #2

Updated by beat over 13 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.

Actions

Also available in: Atom PDF