|
|||||||
| Pagination for the dashboard doesn't work | ||||
|---|---|---|---|---|
| The pagination for the dashboard logs doesn't work. | ||||
Category Unknown |
Affected Version 1.6 rc5 |
Priority 10 - Lowest |
||
Status Fixed |
Fixed Version 1.6 Stable |
|||
Submitted 08-11-2009 |
||||
|
||||
|
|
|
|
|
|
Pagination for the dashboard doesn't work
The pagination for the dashboard logs doesn't work.
The pagination for the dashboard logs doesn't work. When you click page 2, it loads page 1 again.
|
|
|
||
|
||
|
I just turned logging level to DEBUG and logged in and out 15 times and my patch works as expected. So my patch fixes this bug BUT there is another separate bug that I have noticed. When you select a filter on the log type then the URL created by the pagenate() is malformed e.g. it is http://www.example.com/osticket/scp/...type=Debug&p=2
...notice how there is no & (ampersand) before the "type=Debug". I'll raise a seperate bug for this. Lincoln. |
|
|
||
|
||
|
Fix for that last little quirk is easy. Around line 6 in /include/staff/syslogs.inc.php it has,
$qstr.='type='.urlencode($_REQUEST['type']); so obviously change that to.... PHP Code:
|
|
This petition for a change to Awaiting Feedback is currently pending
|
||
|
||
|
I created modification in order to overcome this issue, plus some enhancement in it.
Please take a look at here: http://www.osticket.com/forums/showthread.php?t=2749 Sincerely, Masino Sinaga |
![]() |
| Issue Tools |
|---|
Subscribe to this issue |