matomo-org/matomo

Allow more than 10 results per page in user edit permissions page

Open

#17,834 opened on Jul 29, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)PHP (21,513 stars) (2,847 forks)batch import
EnhancementHelp wanted

Description

When editing user's permissions it only lists 10 different sites per page. This is quite inconvenient. It would be much more convenient if the pagination was configurable.

Furthermore it might be a good idea to have some kind of "universal" pagination where any pagination was configurable. This would seem like a lot of work but would be a permanent solution for the numerous pagination issues opened over time.

Summary

Users -> click "Edit" for a user -> go to "Permissions" and then permissions of only 10 sites is shown on each page.

The page is very "loose" with a lot of whitespace between the rows, so most screens probably only fit the 10 sites/rows each screen! Anyways some people would prefer to scroll rather than click between next and previous page many times.

Your Environment

  • Matomo Version: 4.2.0
  • PHP Version: 7.4
  • Server Operating System: EL7
  • Additionally installed plugins: irrelevant?

Contributor guide