Alexandre Vryghem
Alexandre Vryghem
@tantz001 The problem is that the eager components from the `custom` theme aren't imported by default (for faster first rendering). If you want to use the `custom` theme and make...
Hey @jtimal I looked into this and your solution does indeed work for normalizing the accents but it would also require extra backend changes to ignore accents when searching for...
> I just don't know how to create this request In [the issues tab](https://github.com/DSpace/dspace-angular/issues) you just need to click on the Create Issue button and describe the bug/feature. > do...
I'm closing this PR since it's a duplicate of #2651. We should normally never create `themed-` versions of dynamic components nor use their selectors in the html files directly. Instead...
Previously you could easily see that a component was dynamically themeable because they have a custom decorator on top of the component for example `@listableObjectComponent` (this is the only one...
Atmire would like to claim this issue
@tdonohue: Like discussed in #2727 I refactored this PR to encode all `RequestParam`s, since this fixes both issues at the same time
Atmire would like to claim this issue. Currently only these 2 legacy urls are supported: - `/bitstream/handle/{prefix}/{suffix}/{filename}?sequence={sequence_id}` - `/bitstream/{prefix}/{suffix}/{sequence_id}/{filename}` But we found out that some of our clients also used...
@tdonohue: I didn't create this ticket so I can't update it but like Alan mentioned it's not related to the accented characters. When you look at the [example url](https://demo7.dspace.org/bitstream/123456789/263/1/An_Interview_with_Sarah_Asebedo_%C4%87.pdf) that...
Thnx for the additional info, this is indeed a separate issue. The correct url for downloading that bitstream is actually: https://demo.dspace.org/bitstream/10673/1194/3/file2_%C4%87.txt Because the sequenceId of that bitstream is 3 ([see...