Skip to content

Fix pagination for pp dataverse table list #3803

@appieschot

Description

@appieschot

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

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

See PR #3684 for inspiration

Also implement a sinon.stub(pid, 'getProcessName').callsFake(() => ''); and auth.service.connected = false; in the test while touching this code.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions