Skip to content

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

Open
haseebmalik18 wants to merge 3 commits intoapache:mainfrom
haseebmalik18:fix/gantt-view-time-range-filter
Open

Fix Gantt view still visible when time range is outside dagrun window #64147#64179
haseebmalik18 wants to merge 3 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?

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.

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

2 participants