Instead of just listing a specific number of maximum items on a page, provide pagination.

[first] [prev] [4] [5] [6] [next] [last]

etc

CommentFileSizeAuthor
#3 workspace_with_pager.patch421 bytespeter-boeren

Comments

pdcarto’s picture

This seems like such an obvious UI requirement that I can only imagine that there's some reason why pagination was *not* included.

hutch’s picture

The configurable maximum numbers are "per page", not an absolute maximum, as you can see in the code, for instance in function workspace_list_content starting on line 205

peter-boeren’s picture

StatusFileSize
new421 bytes

I also needed normal paging for a customer. Added paging by creating following patch. It uses the number of max number of items on a page that an user set. I only needed nodes so code isn't tested for files of comments.

pdcarto’s picture

The patch works for me - thanks!

frank ralf’s picture

Category: feature » support
Status: Active » Needs review

Changed status to remind me (and others) that there's already a patch to be tested ;-)

aimutch’s picture

Is this why a list of content that I have doesn't show all of the content that I created?

peter-boeren’s picture

Aimutch. That is the correct assumption.

buckley’s picture

sub