We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When importing from external sources in DSpace-Cris (e.g. crossref or datacite) the pagination does not work.
To Reproduce Steps to reproduce the behavior:
10.5281/zenodo
Expected behavior We expect to paginate over external source entries . This works smooth on the standard DSpace Demo.
Thus we locate the problem at https://github.com/4Science/dspace-angular/blob/f5d618f093ce80506e49d799c0d4c6061586d598/src/app/submission/import-external/submission-import-external.component.ts#L119C6-L119C6 adding some this.searchConfigService.setPaginationId(this.initialPagination.id); to the init method will surely fix the problem, because the searchOptions requested when getting the external source entries returns the setting from the 'spc' configuration and not the uuid settings.
this.searchConfigService.setPaginationId(this.initialPagination.id);
Related work Link to any related tickets or PRs here.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When importing from external sources in DSpace-Cris (e.g. crossref or datacite) the pagination does not work.
To Reproduce
Steps to reproduce the behavior:
10.5281/zenodo
with more than 10 results to be expectExpected behavior
We expect to paginate over external source entries . This works smooth on the standard DSpace Demo.
Thus we locate the problem at https://github.com/4Science/dspace-angular/blob/f5d618f093ce80506e49d799c0d4c6061586d598/src/app/submission/import-external/submission-import-external.component.ts#L119C6-L119C6
adding some
this.searchConfigService.setPaginationId(this.initialPagination.id);
to the init method will surely fix the problem, because the searchOptions requested when getting the external source entries returns the setting from the 'spc' configuration and not the uuid settings.Related work
Link to any related tickets or PRs here.
The text was updated successfully, but these errors were encountered: