mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
[CST-4504] fix issue with name variants
This commit is contained in:
@@ -328,9 +328,8 @@ export class EditRelationshipListComponent implements OnInit, OnDestroy {
|
||||
modalComp.relationshipOptions = Object.assign(
|
||||
new RelationshipOptions(), {
|
||||
relationshipType: relatedEntityType.label,
|
||||
// filter: this.getRelationshipMessageKey(),
|
||||
searchConfiguration: relatedEntityType.label.toLowerCase(),
|
||||
nameVariants: true,
|
||||
nameVariants: 'true',
|
||||
}
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user