-
Notifications
You must be signed in to change notification settings - Fork 706
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
Filter by repo not showing pkgs if exceeding pagination #5165
Comments
While debugging this issue I noticed it can be somehow related to #5168. At some point the react state gets reset (because of a new repos filter item) and the Edit: it does not (although locally I wasn't able to reproduce the issue after the fix...) |
Well... after some investigation here I think I've discovered some problems:
Example of my local's vs what is currently on
Show demo videohttps://user-images.githubusercontent.com/11535726/183107750-2c39f44a-0b44-4a7c-984b-30da7e8cb8a5.gif
|
Closing as all the related PRs have already been merged. |
Describe the bug
When debugging why my PR #5115 was failing I noticed there is an actual issue when several repos have been added and we try to filter out by repos: the filter yields a
No application matches the current filter.
even if when removing some repos the package pops up.To Reproduce
/catalog?Repository=my-repo1
)No application matches the current filter.
message.Expected behavior
The packages from the additional repo should appear.
Screenshots
N/A
Desktop (please complete the following information):
N/A
Additional context
This is blocking #5115 (and therefore the release)
The text was updated successfully, but these errors were encountered: