Really fix Thingy pagination this time. I promise. For sure.
No kidding.
This commit is contained in:
parent
9686a74244
commit
1a4211dcb5
2 changed files with 2 additions and 1 deletions
|
|
@ -3154,7 +3154,7 @@ sequenceNumber');
|
|||
WebGUI::Cache->new($self->session,"query_".$thingId)->set($query,30*60);
|
||||
|
||||
$paginatePage = $self->session->form->param('pn') || 1;
|
||||
$currentUrl .= ";orderBy=".$orderBy if ($orderBy);
|
||||
$currentUrl = $self->session->url->append($currentUrl, "orderBy=".$orderBy) if $orderBy;
|
||||
|
||||
$p = WebGUI::Paginator->new($self->session,$currentUrl,$thingProperties->{thingsPerPage}, undef, $paginatePage);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue