Skip to content

Fix retrieving all pages for pp solution list #3802

@milanholemans

Description

@milanholemans

Noticed a thing for the command pp solution list:

The command uses the following line to retrieve all data.

const res = await request.get<{ value: Solution[] }>(requestOptions);

We should refactor the request.get<{ value: any[] }>(...) which doesn't support pagination to odata.getAllItems<any>(...)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions