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 is_parent_mapped value by checking if any of the parent tg is mapped #34587

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

hussein-awala
Copy link
Member

closes: #34535

Currently we check only if the direct task group parent is mapped to consider that the task instance is mapped on the UI, however, when any of the parents of the task group is mapped (for example a nested tg in a mapped tg), the task will be mapped.

This PR fixes the issue by check if any of the parents is mapped task group.

@bbovenzi bbovenzi merged commit 97916ba into apache:main Sep 25, 2023
43 checks passed
ephraimbuddy pushed a commit that referenced this pull request Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:webserver Webserver related Issues type:bug-fix Changelog: Bug Fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to retrieve logs for nested task group when parent is mapped
4 participants