Zine

open source content publishing system


Ticket #16 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

comment:1 Changed 5 years ago by mitsuhiko

  • Priority changed from major to blocker
  • Version set to dev
  • Milestone set to TextPress 0.1

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.

comment:2 Changed 5 years ago by mitsuhiko

  • Status changed from new to closed
  • Resolution set to fixed

Removed pagination in [87] and I open a ticket for a pagination request.

Note: See TracTickets for help on using tickets.