Bug #1712
Next / Previos links in session list. (bug and solution)
Complexity:
Normal
SCRUM pts - complexity:
1
Description
The next and previous links en sessions list dont work.
When you have 21 or more sessions in this list shows only de first 20 and when you want to see the next page using de next link it's show the first page.
In file main/admin/session_list.php line 147 replace:
ORDER BY $sort ";
with:
ORDER BY $sort LIMIT $limit,".($limit+1);
History
Updated by Omar Arino over 10 years ago
Omar Arino wrote:
In file main/admin/session_list.php line 154 replace:
[...]
with:
ORDER BY $sort LIMIT $from,".($limit+1);
Updated by Yannick Warnier over 10 years ago
- Due date set to 11/07/2010
- Status changed from New to Assigned
- Assignee set to Yannick Warnier
- Target version changed from 1.8.7 to 1.8.7.1
- Estimated time set to 0.20 h
- SCRUM pts - complexity changed from ? to 1
Updated by Yannick Warnier over 10 years ago
- Status changed from Assigned to Bug resolved
- % Done changed from 0 to 100