mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge branch 'master' into w2p-64574_Item-page-entities
Conflicts: src/app/core/data/relationship.service.spec.ts
This commit is contained in:
@@ -201,9 +201,9 @@ export class RelationshipService extends DataService<Relationship> {
|
||||
map(([leftItems, rightItems, relTypesCurrentPage]) => {
|
||||
return relTypesCurrentPage.map((type, index) => {
|
||||
if (leftItems[index].uuid === item.uuid) {
|
||||
return type.leftLabel;
|
||||
return type.leftwardType;
|
||||
} else {
|
||||
return type.rightLabel;
|
||||
return type.rightwardType;
|
||||
}
|
||||
});
|
||||
}),
|
||||
|
Reference in New Issue
Block a user