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

A problem that is not initialized when changing the number of page limits #11702

Closed
3 tasks done
sunyeongchoi opened this issue Aug 29, 2023 · 0 comments · Fixed by #11703
Closed
3 tasks done

A problem that is not initialized when changing the number of page limits #11702

sunyeongchoi opened this issue Aug 29, 2023 · 0 comments · Fixed by #11703

Comments

@sunyeongchoi
Copy link
Member

Pre-requisites

  • I have double-checked my configuration
  • I can confirm the issues exists when I tested with :latest
  • I'd like to contribute the fix myself (see contributing guide)

What happened/what you expected to happen?

There appeared to be an error with the pagination limit. The issue was observed when performing the following steps:

  1. Set the limit to 5 on the workflows page or workflow templates page from the frontend. and Click "Next Page."
    image

  2. While on the next page, change the limit to 10. Although there should be enough items to display 10, they do not appear.
    image
    image

Version

master

Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.

This is a front matter.

Logs from the workflow controller

kubectl logs -n argo deploy/workflow-controller | grep ${workflow}

Logs from in your workflow's wait container

kubectl logs -n argo -c wait -l workflows.argoproj.io/workflow=${workflow},workflow.argoproj.io/phase!=Succeeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants