mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 21:13:07 +00:00
fixed remaining issues and tests
This commit is contained in:
@@ -42,7 +42,7 @@ export class IntegrationResponseParsingService extends BaseResponseParsingServic
|
||||
protected processResponse(data: PaginatedList<IntegrationModel>): any {
|
||||
const returnList = Array.of();
|
||||
data.page.forEach((item, index) => {
|
||||
if (item.type === AuthorityValue.type) {
|
||||
if (item.type === AuthorityValue.type.value) {
|
||||
data.page[index] = Object.assign(new AuthorityValue(), item);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user