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

fix(admin): reject AdminAPI call with empty tags #13723

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 1, 2024

  1. fix(admin): reject AdminAPI call with empty tags

    When querying entities that have tags assigned a user can send
    a request with `tags` parameter. Previously sending `tags=''`
    (empty string or explicit nil) resulted in 500 error.
    This commit changes that so that it returns 400 error as empty
    explicit tags are not allowed
    
    KAG-5496
    Fix #13591
    nowNick committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    813fd53 View commit details
    Browse the repository at this point in the history