[frontend] Inaccurate two-level dropdown selection #8133
Labels
area/frontend
kind/bug
lifecycle/stale
The issue / pull request is stale, any activities remove this label.
Environment
Kubeflow Pipelines Standalone
2.0.0-alpha.3
Steps to reproduce
Artifact ID #<id>
, and the other artifact has no name but an ID of<id>
Expected result
The Confusion Matrices should be displayed as expected, but instead one of the confusion matrices will be shown twice.
Materials and Reference
On the two-panel layout for Confusion Matrices, HTML, and Markdown, we need to improve the differentiation between display name and ID, likely by adding an underlying value to each dropdown item (rather than requiring each name be unique).
This is mentioned in this GitHub discussion; essentially, if an Execution has a displayName of exact value “Execution ID #1” and another Execution has no displayName but has an ID of 1, we run into mis-identified artifacts and dropdown items due to the logic implemented at getLinkedArtifactFromSelectedItem.
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: