PM-3502 (BE) change the endpoints of lists to work with ids for improved pagination

This commit is contained in:
Ronald Quenta
2015-09-24 10:53:01 -04:00
parent 6236ffdcc9
commit 5f30e5663a
4 changed files with 97 additions and 40 deletions

View File

@@ -46,6 +46,9 @@ class Lists {
$filters["action"] = isset( $dataList["action"] ) ? $dataList["action"] : "";
$filters['newestthan'] = isset( $dataList['newestthan'] ) ? $dataList['newestthan'] : '';
$filters['oldestthan'] = isset( $dataList['oldestthan'] ) ? $dataList['oldestthan'] : '';
// Select list
switch ($listName) {
case 'inbox':