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

Marketplace - Filtering and module count #6791

Closed
Semir1212 opened this issue Jan 10, 2024 · 1 comment · Fixed by #6798
Closed

Marketplace - Filtering and module count #6791

Semir1212 opened this issue Jan 10, 2024 · 1 comment · Fixed by #6798
Assignees

Comments

@Semir1212
Copy link
Contributor

HH 1.15.3

The displayed number of installed/not installed modules always stays the same. It should change depending on the selected filter or be removed when a filter is selected:

image

In general the numbers seem to be off. The filter "All categories" indicates that there are 95 modules, whereas the view in my test installation shows 22 installed and 62 not installed modules.

@yurabakhtin
Copy link
Contributor

@luke- PR #6791.

The number was wrong because the Marketplace displays not all unstalled modules but only which have latestCompatibleVersion and not deprecated, also it depends on the setting:

mp-setting

I have fixed all these issues.

Also I have detected some modules have no categories at all, so I have added new option "Without category", and I have renamed the first option "All categories" to "All modules" because it really contains modules without category:

marketplace-categories

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

Successfully merging a pull request may close this issue.

2 participants