Skip to content

Fix Gantt view still visible when time range is outside dagrun window #64147#64179

Merged
bbovenzi merged 5 commits intoapache:mainfrom
haseebmalik18:fix/gantt-view-time-range-filter
Mar 31, 2026
Merged

Fix Gantt view still visible when time range is outside dagrun window #64147#64179
bbovenzi merged 5 commits intoapache:mainfrom
haseebmalik18:fix/gantt-view-time-range-filter

Conversation

@haseebmalik18
Copy link
Copy Markdown
Contributor

The Gantt view was not receiving the time range filter props (runAfterGte/runAfterLte) that the Grid view already used, so it continued displaying data even when the selected time range fell outside the dagrun window. This passes those filters to the Gantt component and hides it when the selected run is not in the filtered results.

closes: #64147

@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Mar 24, 2026
@haseebmalik18
Copy link
Copy Markdown
Contributor Author

@bbovenzi Will this be merged?

@bbovenzi bbovenzi merged commit f6b9c02 into apache:main Mar 31, 2026
83 checks passed
@bbovenzi bbovenzi added the backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch label Mar 31, 2026
@bbovenzi bbovenzi added this to the Airflow 3.2.1 milestone Mar 31, 2026
github-actions bot pushed a commit that referenced this pull request Mar 31, 2026
…agrun window #64147 (#64179)

(cherry picked from commit f6b9c02)

Co-authored-by: Haseeb Malik <118837269+haseebmalik18@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

Backport successfully created: v3-2-test

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-2-test PR Link

github-actions bot pushed a commit to aws-mwaa/upstream-to-airflow that referenced this pull request Mar 31, 2026
…agrun window apache#64147 (apache#64179)

(cherry picked from commit f6b9c02)

Co-authored-by: Haseeb Malik <118837269+haseebmalik18@users.noreply.github.com>
bbovenzi pushed a commit that referenced this pull request Apr 1, 2026
…agrun window #64147 (#64179) (#64549)

(cherry picked from commit f6b9c02)

Co-authored-by: Haseeb Malik <118837269+haseebmalik18@users.noreply.github.com>
vatsrahul1001 pushed a commit that referenced this pull request Apr 8, 2026
…agrun window #64147 (#64179) (#64549)

(cherry picked from commit f6b9c02)

Co-authored-by: Haseeb Malik <118837269+haseebmalik18@users.noreply.github.com>
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. backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dagun Gantt view is still displayed even when the selected time range falls outside the window

3 participants