-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.4: clicking on input arifact in UI crashes UI #9391
Labels
Comments
terrytangyuan
added a commit
to terrytangyuan/argo-workflows
that referenced
this issue
Aug 18, 2022
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
terrytangyuan
added a commit
to terrytangyuan/argo-workflows
that referenced
this issue
Aug 18, 2022
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
We had the same issue and went ahead and fixed (different from what you suggested) to make it to the next release candidate today. #9392 |
terrytangyuan
added a commit
that referenced
this issue
Aug 18, 2022
juchaosong
pushed a commit
to juchaosong/argo-workflows
that referenced
this issue
Nov 3, 2022
… (argoproj#9392) Signed-off-by: Yuan Tang <terrytangyuan@gmail.com> Signed-off-by: Yuan Tang <terrytangyuan@gmail.com> Signed-off-by: juchao <juchao@coscene.io>
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
artifact-workflowtemplate.yaml
.3.See
undefined is not an object (evaluating 'Y.find((function(e){return e.name===x.name})).artifactGC')
error.Clicking "Reload the page" fixes the issue.
I think it must be this:
argo-workflows/ui/src/app/workflows/components/workflow-details/artifact-panel.tsx
Line 60 in b356cb5
Change to
The text was updated successfully, but these errors were encountered: