-
Notifications
You must be signed in to change notification settings - Fork 633
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] Top 5 tags in Case -> Stats aren't correctly ordered #1372
Comments
@nadouani the result of the field aggregation API returns an JSON object and its fields can't be ordered. Frontend must do a sort. |
@crackytsi which version of TheHive do you use ? |
I use nearly latest dev branch: 4f2a9bc |
Have you updated scalligraph repo ( |
I used a complete new directory to build everything, so it should be the latest version. |
@To-om Sorry, you are right. It was my fault in using the right compile-folder. I see now only the top 5 (unordered) :) |
This should be fixed. If anyone can tested and confirm the fix. |
Bug
Work Environment
Problem Description
The Top 5 Tags in Case list -> Stats aren't ordered.
![image](https://user-images.githubusercontent.com/11610825/83111618-2f40d180-a0c5-11ea-91cd-85e25b148d6a.png)
See screenshot here:
As I just noticed that also applies to TH3, but it would be nice to have them in any order. e.g. highest number first.
Possible Solutions
Apply an order-by if possible.
The text was updated successfully, but these errors were encountered: