dspace-angular
dspace-angular copied to clipboard
MyDSpace doesn't support entities
Describe the bug When creating e.g. a Person item, the MyDSpace page renders it like a publication (using dc.title, dc.date.issued, dc.description.abstract, …) This should use https://github.com/DSpace/dspace-angular/blob/main/src/app/entity-groups/research-entities/item-list-elements/search-result-list-elements/person/person-search-result-list-element.component.html instead
To Reproduce Steps to reproduce the behavior:
- Submit a person item, don't deposit it
- Open it in MyDSpace
- I will look like https://capture.dropbox.com/X731GToP0e6S0m60
Expected behavior
Item rendering in MyDSpace should be identical to other search results rendering, only the Workspace tag and the action buttons should be added
New, related ticket #1769