mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
102415: Fix for import modal i18n labels
This commit is contained in:

committed by
Alexandre Vryghem

parent
a9c5c20c5a
commit
cf9179d800
@@ -178,6 +178,7 @@ export class DsDynamicLookupRelationModalComponent implements OnInit, OnDestroy
|
|||||||
if (!!this.currentItemIsLeftItem$) {
|
if (!!this.currentItemIsLeftItem$) {
|
||||||
this.currentItemIsLeftItem$.subscribe((isLeft) => {
|
this.currentItemIsLeftItem$.subscribe((isLeft) => {
|
||||||
this.isLeft = isLeft;
|
this.isLeft = isLeft;
|
||||||
|
this.label = this.relationshipType.leftwardType;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user