server
server copied to clipboard
[BUG]: Incorrect display of hashlists in the super hashlist table
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.