Ticket #16 (closed defect: fixed)
link to page 2 in ''Manage Posts'' points to page two of the blog
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | Zine 0.1 |
| Component: | admin | Version: | dev |
| Keywords: | Cc: |
Description
in the "Manage Posts" view, the link '2' below the 10 rows of posts that should display the next page of them, points to http://blog.tld/page/2
Change History
Note: See
TracTickets for help on using
tickets.
Yes. noticed that some seconds ago. The problem is that the admin panel uses the get_list function of the PostManager which only works with the url endpoints for the blog views. Either I have to make that interface a bit more generic or use a different function for the admin list.
Pagination in the admin is problematic anyway right now, because half of the pages do not paginate at all.