Added links to issues

This commit is contained in:
lotte
2018-09-27 10:37:40 +02:00
parent 7db30e8809
commit bfc70f4f88
2 changed files with 6 additions and 3 deletions

View File

@@ -150,7 +150,8 @@ export abstract class BaseResponseParsingService {
return obj[keys[0]];
}
/* TODO remove when REST response for epersons is fixed */
// TODO Remove when https://jira.duraspace.org/browse/DS-4006 is fixed
// See https://github.com/DSpace/dspace-angular/issues/292
private fixBadEPersonRestResponse(obj: any): any {
if (obj.type === ResourceType.EPerson) {
const groups = obj.groups;