Skip to content

Conversation

@OscarLigthart
Copy link
Contributor

Context

Searching a paginated table had a bug in which the pages would not reset on search changes. This would leave a user on page 2, even if there weren't enough results to fill the page, leading to an empty view. A fix for the DagList was merged in #60326, but there are other pages that have this bug.

In this PR, the remaining pages get the fix.

Was generative AI tooling used to co-author this PR?

  • Yes (please specify the tool below)

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Jan 12, 2026
@bbovenzi bbovenzi added this to the Airflow 3.1.7 milestone Jan 12, 2026
@bbovenzi bbovenzi added the backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch label Jan 12, 2026
@OscarLigthart
Copy link
Contributor Author

Can someone merge this PR? I don't have the rights.

@bbovenzi bbovenzi merged commit af4bf1d into apache:main Jan 15, 2026
79 checks passed
pull bot pushed a commit to boost-entropy-python/airflow that referenced this pull request Jan 15, 2026
@github-actions
Copy link

Backport failed to create: v3-1-test. View the failure log Run details

Status Branch Result
v3-1-test Commit Link

You can attempt to backport this manually by running:

cherry_picker af4bf1d v3-1-test

This should apply the commit to the v3-1-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

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-1-test Mark PR with this label to backport to v3-1-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants