issue 964 properly impl getEntityTypeByLabel#965
Conversation
dbbd298 to
10e09b6
Compare
artlowel
left a comment
There was a problem hiding this comment.
Thanks @AndrewZWood!
Theres an issue with the implementation. See my inline comment.
There was a problem hiding this comment.
Thanks @AndrewZWood, I've verified that your code works now.
However it has brought a bug on the rest side to light. The entity types retrieved in this way can't be parsed, because they're lacking a _links section. I created an issue for it.
So this PR should not be merged until that issue is fixed on the backend
|
@artlowel Already have an issue and PR for what you're describing: DSpace/DSpace#3078 |
tdonohue
left a comment
There was a problem hiding this comment.
👍 I tested this alongside DSpace/DSpace#3079 (corresponding REST PR) and they work great! Thanks @AndrewZWood !
I'll merge both together & ensure the REST PR is deployed to the demo site.
Fixes #964