Fuel Admin - Pagination & Reset Page State

edited December 2010 in Bug Reports
I found when you have a long list and use the pagination in the admin area the links are broken.

If I have over 25 comments and go to the next page the link is:

http://localhost/fuel_cms/fuel/blog_comments/items/offset/25

it needs to be

http://localhost/fuel_cms/fuel/blog/comments/items/offset/25

It was like this for searching too, but I just downloaded another version and installed it and the search is fixed by using $this->module_uri.

It needs to be fixed for pagination on line 167 and I couldn't find where the Reset Page State is generated to fix that.

Comments

Sign In or Register to comment.