Sascha Szott

Results 9 comments of Sascha Szott

`relationship-types.xml` contains two different relationship types with identical names (`isAuthorOfPublication` and `isPublicationOfAuthor`). The names of left and right relationship types between `Publication` and `OrgUnit` should be adapted (same as in...

Hi @tdonohue , the two translation keys mentioned above are still missing in the "default" i18n file (`en.json5`).

The Jaro Similarity of `ed` and `red` is 0, since the number of matching characters (parameter `m`) is 0. Furthermore, the length of the common prefix of `s1` and `s2`...

@mraible , this PR seems to be obsolete compared to changes introduced by PR #1247

@tdonohue , maybe the best way of handling this issue (missing imports of Angular lifecycle interfaces) in the ongoing development efforts is the adoption of an additional lint rule as...

> Small nitpick, could this be rebased and squashed into one commit to keep our git log neat and tidy? Thanks! @alanorth should I open a new PR or do...

Furthermore, the `api/dso` endpoint is not included in the REST contract list of DSpace endpoints: https://github.com/DSpace/RestContract/blob/main/endpoints.md

Just in case you use `wget` or `curl` to reproduce the behaviour described above: make sure to **include a User-Agent header** in the HTTP request. Otherwise, you'll get a 403...