Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event definitions pagination does not seems to consider permissions when calculating total amount. #19007

Open
linuspahl opened this issue Apr 11, 2024 · 1 comment

Comments

@linuspahl
Copy link
Contributor

Description

In my case I see 121 pages of event definitions as an admin including every event definition. With a simple reader user, who has no access to any of these event definitions, I do not see any entry, but the pagination still shows 121 pages.

image
  • Graylog Version: 6.0.0 rc2
@mpfz0r
Copy link
Member

mpfz0r commented Apr 12, 2024

This is likely caused by #17879

Before that change PaginatedDbService#findPaginatedWithQueryFilterAndSort() was used, which takes the filter into account

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants