You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If no browse index is configured for someCollection and dc.date.accessioned is not configured as some sorting in the default/common configuration the sorting for some collection browse will always show the loader.
To Reproduce
Steps to reproduce the behavior:
Configure browse.collection.Publication = and browse.collection =
remove sortDateAsseccioned from defaultConfiguration or commonConfiguration.
Call collection page
Expected behavior
Dear reader of this issue, do not pay too much attention to our above mentioned configuration. We expect the browsing showing some error message when the retrieved searchresults from the search endpoint contains some error and not continously showing the loader.
This can be achieved by some check of the response here:
Apart from that it would be some nice feature to have the ability to disable the recent submission on the collection page by some environment setting, but this is not part of this issue.
Related work
Link to any related tickets or PRs here.
The text was updated successfully, but these errors were encountered:
Describe the bug
If no browse index is configured for someCollection and
dc.date.accessioned
is not configured as some sorting in the default/common configuration the sorting for some collection browse will always show the loader.To Reproduce
Steps to reproduce the behavior:
browse.collection.Publication =
andbrowse.collection =
Expected behavior
Dear reader of this issue, do not pay too much attention to our above mentioned configuration. We expect the browsing showing some error message when the retrieved searchresults from the search endpoint contains some error and not continously showing the loader.
This can be achieved by some check of the response here:
dspace-angular/src/app/collection-page/collection-page.component.ts
Line 124 in 359ddec
Apart from that it would be some nice feature to have the ability to disable the recent submission on the collection page by some environment setting, but this is not part of this issue.
Related work
Link to any related tickets or PRs here.
The text was updated successfully, but these errors were encountered: