You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Steps to Reproduce
Run the ct command:
java -jar cli-1.0.0-SNAPSHOT-runner.jar ct
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.
The text was updated successfully, but these errors were encountered:
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 forLoad next page? y/n: (Y/n) ?
after loading initially the first page, it is actually starting again and from there the pagination works properly.Steps to Reproduce
ct
command:Load next page? y/n: (Y/n) ?
writey
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.The text was updated successfully, but these errors were encountered: