bug: InfrahubTask entries show the wrong related node in the frontend #5118
Labels
group/backend
Issue related to the backend (API Server, Git Agent)
priority/2
This issue stalls work on the project or its dependents, it's a blocker for a release
type/bug
Something isn't working as expected
Component
Frontend UI
Infrahub version
1.0.7
Current Behavior
When you create (or delete) a new branch, then the Infrahub task entry seems to be related to the wrong user in the frontend. The user seems to be the first CoreAccount returned by the GraphQL CoreAccount query (alphabetical order).
The
related_node
of the InfrahubTask returned by the InfrahubTask GraphQL query is the correct id of the correct CoreAccount.Expected Behavior
An Infrahub Task should show the correct related node in the frontend.
Steps to Reproduce
Additional Information
No response
The text was updated successfully, but these errors were encountered: