Re: [dspace-tech] Re: Doubt with Browse by dateissued

2024-04-22 Thread Aroldo Rique Júnior
Ok, thanks, Tim. Em seg., 22 de abr. de 2024 às 19:10, DSpace Technical Support < dspace-tech@googlegroups.com> escreveu: > Hi Aroldo, > > That appears to be in the design of the Browse by Date code. It looks > like the code is trying to avoid an extremely long list of years...and so > it jumps

[dspace-tech] Re: Pull community name and collection name from postgres DB

2024-04-22 Thread DSpace Technical Support
Hi Joshua, Items can belong to several Collections, so there may not always be a single hierarchy. But each Item will have an "owning collection". If you are using DSpace 7, you can get this information from the REST API itself: * Get "owning collection" for an Item: https://github.com/DSpa

[dspace-tech] Re: Doubt with Browse by dateissued

2024-04-22 Thread DSpace Technical Support
Hi Aroldo, That appears to be in the design of the Browse by Date code. It looks like the code is trying to avoid an extremely long list of years...and so it jumps by 5 or 10 years as the list gets longer. Here's the method in the code that does that: https://github.com/DSpace/dspace-angula

[dspace-tech] Re: Difficulty installing on Docker

2024-04-22 Thread DSpace Technical Support
Hi Nelson, Apologies for the delayed response. I just stumbled on several small bugs in the database Docker scripts which were fixed in https://github.com/DSpace/DSpace/pull/9490 (and backported to 7.x). It's possible you were seeing one of those errors, as the root problem you describe is th

[dspace-tech] Ldap No dn found for user

2024-04-22 Thread Χρήστος
Hey i have configure my ldap and cannot find my user #---# #LDAP AUTHENTICATION CONFIGURATIONS-# #---# # Configuration properties used by the LDAP Aut

[dspace-tech] Re: Permanent URI for this community http://localhost:4000/handle/...

2024-04-22 Thread DANIEL KOGI
Hi, Replace the old URL with the new one in the text_value field of the metadatavalue table. On Thursday, April 13, 2023 at 9:11:38 PM UTC+3 Costantino, Fernán wrote: > Hi, I was trying to understand how to fix this. > > "Permanent URI for this community" link to http://localhost:4000/handle/...

[dspace-tech] deactivate submit task mail when returning item to pool

2024-04-22 Thread Matthias Letsch
Hello there, Is there a way to disable the automatic mail notification of a new task when someone returns an item to the pool? So that the mail only comes once, namely when the item is newly submitted via the submission form, but not every time it is returned to the pool. We only have two colle