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

CLI: Listing content types duplicates first page #25776

Closed
jgambarios opened this issue Aug 11, 2023 · 0 comments · Fixed by #25830
Closed

CLI: Listing content types duplicates first page #25776

jgambarios opened this issue Aug 11, 2023 · 0 comments · Fixed by #25830

Comments

@jgambarios
Copy link
Contributor

jgambarios commented Aug 11, 2023

Parent Issue

#24753

Problem Statement

When listing Content Types using the ct command, the “second” page it is a duplicated of the first page, looks like when the CLI asks for Load next page? y/n: (Y/n) ? after loading initially the first page, it is actually starting again and from there the pagination works properly.

image

Steps to Reproduce

  1. Run the ct command:
java -jar cli-1.0.0-SNAPSHOT-runner.jar ct
  1. When asking to load the next page, Load next page? y/n: (Y/n) ? write y

Acceptance Criteria

After the first question Load next page? y/n: (Y/n) ? to load the next page, the second page should load instead of starting again the listing pagination.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants