Aguafrommars / TheIdServer

OpenID/Connect, OAuth2, WS-Federation and SAML 2.0 server based on Duende IdentityServer and ITFoxtec Identity SAML 2.0 with its admin UI
https://theidserver-duende.herokuapp.com/
Apache License 2.0
687 stars 81 forks source link

Only 10 entities are visible on the admin UI lists #1243

Open AnKa0 opened 3 months ago

AnKa0 commented 3 months ago

Describe the bug On the admin UI, if we have more than 10 entities of a kind (clients, users, roles, etc...), only the first 10 show up on the corresponding pages. The remaining ones are not displayed therefore can not be viewed and edited through the UI.

To Reproduce Steps to reproduce the behavior:

  1. Add at least 11 entities of one kind (for example clients)
  2. Open the clients page and see that the 11th one is not displayed there

Expected behavior Please either implement pagination (I can see that it's built in the models but missing from the views) or at least increase the page size as a quick fix

aguacongas commented 3 months ago

as a workaround you can filter lists