Skip to content
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

Fix tries disappearing when first try is selected out of multiple tries. #45206

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

tirkarthi
Copy link
Contributor

Check for taskInstance.try_number to show tries instead of current selected tryNumber that makes other tries to disappear on selection of first try.

To reproduce :

  1. Go to a task instance with multiple tries.
  2. Select the first try and the tries component disappears.

Check for taskInstance.try_number to show tries instead of current selected tryNumber
that makes other tries to disappear on selection of first try.
@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Dec 25, 2024
Copy link
Contributor

@jscheffl jscheffl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix! That works!

@jscheffl jscheffl merged commit 2bb13c7 into apache:main Dec 25, 2024
41 checks passed
LefterisXefteris pushed a commit to LefterisXefteris/airflow that referenced this pull request Jan 5, 2025
…es. (apache#45206)

Check for taskInstance.try_number to show tries instead of current selected tryNumber
that makes other tries to disappear on selection of first try.
agupta01 pushed a commit to agupta01/airflow that referenced this pull request Jan 6, 2025
…es. (apache#45206)

Check for taskInstance.try_number to show tries instead of current selected tryNumber
that makes other tries to disappear on selection of first try.
HariGS-DB pushed a commit to HariGS-DB/airflow that referenced this pull request Jan 16, 2025
…es. (apache#45206)

Check for taskInstance.try_number to show tries instead of current selected tryNumber
that makes other tries to disappear on selection of first try.
got686-yandex pushed a commit to got686-yandex/airflow that referenced this pull request Jan 30, 2025
…es. (apache#45206)

Check for taskInstance.try_number to show tries instead of current selected tryNumber
that makes other tries to disappear on selection of first try.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:UI Related to UI/UX. For Frontend Developers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants