cerva...@gmail.com
unread,Mar 5, 2024, 2:37:21 AM3/5/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
We have been developing dSpace based repositories for 12 years, but now we have a problem, we can’t solve.
This angular is brand new for us, thus we have to rewrite all our former changes we did formerly in dSpace both frontend and backend.
So, our Community/Collection structure and list should cover the institutional logic, not the strict alphabetical order.
It was easy to change until 6.x, where we changed the default sort field in CommunityServiceImpl.java and CollectionServiceImpl.java from dc.title, to dc.description.abstract and we hid the short description field in list, but wrote codes into it, according to our sort intentions.
But now, I can’t find a solution, neither changes in backend, nor in frontend files won’t help.
I have tried everthing, I have changed all dc.title field I found in ts and config files to dc.descrtiption.abstract, but nothing, I did the changes in java files written above.
Of course I rebuilt backend, frontend and restarted angular even I reindexed solr.
Do you have any idea, how to change?
ps: I even changed the /src/app/core/pagination/pagination.service.ts defaultSortOptions to dc.description.abstract but nothing!!!