You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when doing a get many include api call it seems that only the last element will have the inlcude data. Also when multiple elements have the same included data, the included section will have duplicate elements. This should be reduced to only unique values.
Version Information
0.14.3
Hashcat
No response
Description
when doing a get many include api call it seems that only the last element will have the inlcude data. Also when multiple elements have the same included data, the included section will have duplicate elements. This should be reduced to only unique values.
For example this api call: http://localhost:8080/api/v2/ui/agents?maxResults=3&include=accessGroups
only the last element have the included accesgroups and the included section will have the same accesgroup three times.
The text was updated successfully, but these errors were encountered: