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
Describe the bug Running DSpace-CRIS 2023.02.03 When browsing dspace items, the search pages do not render the thumbnails for the items.
To Reproduce Steps to reproduce the behavior:
/search?page=1&configuration=researchoutputs&query=
Expected behavior Generated thumbnails for DSpace objects should appear on result search pages.
Possible Fix On my fork, I added the prop [showThumbnails]="true" to https://github.com/4Science/dspace-angular/blob/main-cris/src/app/search-page/search-page.component.html. I am not an angular developer , so no idea if this is the proper fix.
[showThumbnails]="true"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Running DSpace-CRIS 2023.02.03
When browsing dspace items, the search pages do not render the thumbnails for the items.
To Reproduce
Steps to reproduce the behavior:
/search?page=1&configuration=researchoutputs&query=
Expected behavior
Generated thumbnails for DSpace objects should appear on result search pages.
Possible Fix
On my fork, I added the prop
[showThumbnails]="true"
to https://github.com/4Science/dspace-angular/blob/main-cris/src/app/search-page/search-page.component.html. I am not an angular developer , so no idea if this is the proper fix.The text was updated successfully, but these errors were encountered: