When you navigate to a collection in the ETD or the NDLTD community in DSpace 7, recent submissions do not appear on any of the collection homepages. There's just a message that reads, "Loading recent submissions" (please see screenshots below). @kdweeks also mentioned seeing this error recently.
Edited
Designs
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
I've opened this again, if only briefly, because the issue is still happening on the dev server even though the code has been updated with changes from pre-prod.
@goynejennifer, or anyone, do we have any ideas what might be causing the issue on Dev? Was it happening previously on pre-prod, and then it started working as expected, or has it always worked on pre-prod?
My hope for investigating a little more is to gain some understanding of the issue so that we can prevent it from happening on production. I did remove the "Priority" label (prematurely?) because perhaps, fingers crossed, it won't be an issue on the production server, either.
It was a configuration problem with the discovery index. The ETD collections have a discovery index that is unique to them. I had copied the configuration from DSpace 6, and dc.date.accessioned was not included in the custom configuration for these ETD collections.
DSpace 7 retrieves recent submissions by searching for items in the collection and then sorting by accession date. The search was failing only for ETD collections because of the absence of the accession date entry.
No code deploy or reindexing was necessary; the recent items for ETDs are now displaying after the configuration update, which has been committed to our backend project.