Development

#2953 ([PATCH] Unable to view pages other than 1st for sorted or filtered recordset when using CRUD pages)

You must first sign up to be able to contribute.

Ticket #2953 (new defect)

Opened 6 months ago

[PATCH] Unable to view pages other than 1st for sorted or filtered recordset when using CRUD pages

Reported by: manickam Assigned to: fabien
Priority: major Milestone:
Component: generator Version: 1.0.10
Keywords: paginated Filtered Sorted recordset view Cc:
Qualification: Unreviewed

Description

When using CRUD pages to filter/sort the recordset for viewing, the 2nd/3rd pages etc.. for the filtered/sorted recordset are not viewable. Instead the page links for 2nd,3rd etc.. lead to the respective page for the unordered & unfiltered recordset.

The patch also attaches other parameters in the request to the filter/sort links apart from filter/sort parameters, to allow carry over of the parameters that may be required when the admin-generated listing page is customized to handle such specific parameters.

Attachments

list_params_carry_over.patch (10.5 kB) - added by manickam on 02/17/08 15:44:51.
Carry over parameters in the sort/page/filter links

Change History

02/17/08 15:44:51 changed by manickam

  • attachment list_params_carry_over.patch added.

Carry over parameters in the sort/page/filter links