-
Bug
-
Resolution: Done
-
Major
-
1.8.0, 1.9.0
-
None
-
1
-
False
-
-
False
-
Fixed an issue in DeploymentLifecycle where invalid active item could be displayed when multiple applications shared the same name.
-
Bug Fix
-
Proposed
-
-
DeploymentLifecycle displays invalid application information for apps with the same name.
This is happening because active item is set via filtering by application name which doesn't have to be unique: https://github.com/backstage/community-plugins/blob/main/workspaces/argocd/plugins/argocd/src/components/DeploymentLifeCycle/DeploymentLifecycle.tsx#L133