server icon indicating copy to clipboard operation
server copied to clipboard

[BUG]: Incorrect display of hashlists in the super hashlist table

Open gpascal123 opened this issue 1 year ago • 0 comments

The same hashlists are usually displayed, although different hashlists are assigned to each superhashlist.

In addition, the API returns incorrect entries, sometimes several hashlists are returned, although only one hashlist is assigned to the super hashlist.

API call that returns incorrect results: http://localhost:8080/api/v2/ui/hashlists?maxResults=25&startsAt=0&expand=hashType,hashlists&filter=format=3&ordering=-_id

In the assignment table (HashlistHashlist) of the database, the hashlists are correctly assigned to the super hashlists, there are no multiple assignments.

Image

gpascal123 avatar Oct 16 '24 08:10 gpascal123