mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Fixed failed test
This commit is contained in:
@@ -65,7 +65,7 @@ export abstract class DsDynamicVocabularyComponent extends DynamicFormControlCom
|
||||
null,
|
||||
initEntry.authority,
|
||||
initEntry.display,
|
||||
null,
|
||||
(this.model.value as any).place,
|
||||
null,
|
||||
initEntry.otherInformation || null
|
||||
);
|
||||
@@ -80,7 +80,7 @@ export abstract class DsDynamicVocabularyComponent extends DynamicFormControlCom
|
||||
null,
|
||||
this.model.value.authority,
|
||||
this.model.value.display,
|
||||
null,
|
||||
0,
|
||||
null,
|
||||
this.model.value.otherInformation || null
|
||||
)
|
||||
|
Reference in New Issue
Block a user