Ticket #1428 (closed Bug: fixed)

Opened 20 months ago

Last modified 20 months ago

The Actions > Page URLs and Page titles reports should have pagination

Reported by: matt Owned by: matt
Priority: critical Milestone: Piwik 0.6.3
Component: UI (templates, javascript) Keywords:
Cc: Sensitive: no

Description

Because the reports are truncated after 500 rows by default (see config value datatable_archiving_maximum_rows_actions), there is more to display than what is currently displayed in these reports.

We should either

  • quick fix: display all rows, but this will significantly slow down the page load
  • proper solution: Add pagination the same way it works with standard datatables.

Change History

Changed 20 months ago by matt

  • owner set to matt
  • priority changed from major to critical

Changed 20 months ago by matt

  • status changed from new to closed
  • resolution set to fixed

(In [2339]) Fixes #1428 Page titles, Page URLs reports now have pagination like other datatables.

Note: See TracTickets for help on using tickets.