Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit d4425cf

Browse files
authored
Fixed the download/export functionality for OSFO (#2542)
- Ticket: [ENG-7556] ## Purpose Fix the download/export feature to include all pages and not the current page ## Summary of Changes changed the page[cursor] to always be empty
1 parent be19bfa commit d4425cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • app/institutions/dashboard/-components/object-list

app/institutions/dashboard/-components/object-list/component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ export default class InstitutionalObjectList extends Component<InstitutionalObje
115115
}
116116
const cardSearchUrl = new URL((cardSearch.links.self as string));
117117
cardSearchUrl.searchParams.set('page[size]', '10000');
118+
cardSearchUrl.searchParams.set('page[cursor]', '');
118119
cardSearchUrl.searchParams.set('acceptMediatype', format);
119120
cardSearchUrl.searchParams.set('withFileName', `${this.args.objectType}-search-results`);
120121

0 commit comments

Comments
 (0)