Opened 17 years ago

Closed 17 years ago

#3170 closed enhancement (fixed)

[patch] object_list should pass last_on_page and first_on_page

Reported by: Grimboy Owned by: Jacob
Component: Generic views Version:
Severity: normal Keywords:
Cc: frankie@… Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I think these are important for pagination because they help orientate the user. E.g. "Results foo - bar of baz".

Attachments (1)

first_and_last_on_page_object_list.diff (1.7 KB ) - added by Grimboy 17 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by frankie@…, 17 years ago

Cc: frankie@… added

comment:2 by Chris Beaven, 17 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Max Derkachev <mderk@…>, 17 years ago

There's also #3391 with similar proposal, extended with page_numbers list.

comment:4 by Jacob, 17 years ago

Resolution: fixed
Status: newclosed

(In [4591]) Fixed #3170: added first_on_page and last_on_page arguments to paginated generic views. Thanks, Grimboy.

Note: See TracTickets for help on using tickets.
Back to Top