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

Tag pagination prevents some tags from being assignable #346

Open
tesence opened this issue Feb 26, 2024 · 0 comments
Open

Tag pagination prevents some tags from being assignable #346

tesence opened this issue Feb 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tesence
Copy link

tesence commented Feb 26, 2024

Expected Behavior

I should be able to assign any tag to a CVE

Actual Behavior

On the Tags management tab, tags are paginated (20 tags per page) and are alphabetically sorted. Any tag that is not loaded in those first 20 tags is not assignable to a CVE.

Steps to Reproduce the Problem

  • For a given user, make sure to have at least 20 tags created.
  • Create a tag so that it ends up first in the list (e.g: "aaaaaaaa"). This one is assignable to a CVE
  • Create a tag so that it ends up last in the list (e.g: "zzzzzzzz"). This one is not assignable to a CVE

Specifications

  • OpenCVE version: 1.4.1
  • Python version: 3.8
  • Platform: Deployed in a kubernetes pod using the 1.4.1 OpenCVE image
@ncrocfer ncrocfer added the bug Something isn't working label Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants