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

[Bug] Click on dashboards to access filtered data #1445

Closed
jeromeleonard opened this issue Jul 22, 2020 · 0 comments
Closed

[Bug] Click on dashboards to access filtered data #1445

jeromeleonard opened this issue Jul 22, 2020 · 0 comments
Assignees
Labels
bug TheHive4 TheHive4 related issues
Milestone

Comments

@jeromeleonard
Copy link
Contributor

When clicking in a dashboards, we should access to related data in the search page.
En error occurs when looking for the list of cases with severity medium:

image

The error on the page:
image

Headers:

Request URL: http://HOSTNAME/api/case/_search?range=0-10&nparent=10
Request Method: POST
Status Code: 400 Bad Request
Remote Address: ---
Referrer Policy: no-referrer-when-downgrade

Response:

{type: "AttributeCheckingError", message: "[Invalid format for : FString(2), expected int (int)]",…}
  errors: [{name: "", format: "int", acceptedInput: ["int"], field: "FString(2)",…}]
    0: {name: "", format: "int", acceptedInput: ["int"], field: "FString(2)",…}
    message: "[Invalid format for : FString(2), expected int (int)]"
    type: "AttributeCheckingError"
@jeromeleonard jeromeleonard added bug TheHive4 TheHive4 related issues labels Jul 22, 2020
@nadouani nadouani self-assigned this Jul 23, 2020
@nadouani nadouani added this to the 4.0.0 milestone Jul 23, 2020
nadouani added a commit that referenced this issue Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug TheHive4 TheHive4 related issues
Projects
None yet
Development

No branches or pull requests

2 participants