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: only treat null/undefined as falsy when rendering XComEntry (#42… #42213

Merged

Conversation

pierrejeambrun
Copy link
Member

@pierrejeambrun pierrejeambrun commented Sep 13, 2024

(cherry picked from commit ade9de1)

…che#42199)

fix: only treat null, undefined or NaN as NULL in XComEntry render

fix: use coalescing nullish check + isNaN

fix: only treat null/undefined as falsy when rendering XComEntry
(cherry picked from commit ade9de1)
@boring-cyborg boring-cyborg bot added area:UI Related to UI/UX. For Frontend Developers. area:webserver Webserver related Issues labels Sep 13, 2024
@pierrejeambrun pierrejeambrun added this to the Airflow 2.10.2 milestone Sep 13, 2024
@pierrejeambrun pierrejeambrun added type:bug-fix Changelog: Bug Fixes and removed area:webserver Webserver related Issues area:UI Related to UI/UX. For Frontend Developers. labels Sep 13, 2024
@jscheffl jscheffl merged commit 0b4bd74 into apache:v2-10-test Sep 13, 2024
49 checks passed
@pierrejeambrun pierrejeambrun deleted the xcomEntry-false-bool-rendering branch September 13, 2024 15:04
ephraimbuddy pushed a commit that referenced this pull request Sep 13, 2024
) (#42213)

fix: only treat null, undefined or NaN as NULL in XComEntry render

fix: use coalescing nullish check + isNaN

fix: only treat null/undefined as falsy when rendering XComEntry
(cherry picked from commit ade9de1)

Co-authored-by: Detlev V. <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug-fix Changelog: Bug Fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants