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

Remove the limit and page from the history request #13901

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

pleek91
Copy link
Contributor

@pleek91 pleek91 commented Jun 10, 2024

Description

Fixing a bug introduced by #13839 where the flow run visualization was being limited to the number of results per page.

Fixed by separating the filter used for the flow runs (used in the paginated list) and the flow run history (used for the visualization)

#13839

@pleek91 pleek91 requested a review from a team as a code owner June 10, 2024 15:39
@pleek91 pleek91 added fix A fix for a bug in an existing feature ui Related to the Prefect web interface labels Jun 10, 2024
@pleek91 pleek91 enabled auto-merge (squash) June 10, 2024 15:39
@pleek91 pleek91 merged commit 59cde4f into main Jun 10, 2024
6 checks passed
@pleek91 pleek91 deleted the flow-runs-history-filter-fix branch June 10, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix A fix for a bug in an existing feature ui Related to the Prefect web interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants