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,
|
null,
|
||||||
initEntry.authority,
|
initEntry.authority,
|
||||||
initEntry.display,
|
initEntry.display,
|
||||||
null,
|
(this.model.value as any).place,
|
||||||
null,
|
null,
|
||||||
initEntry.otherInformation || null
|
initEntry.otherInformation || null
|
||||||
);
|
);
|
||||||
@@ -80,7 +80,7 @@ export abstract class DsDynamicVocabularyComponent extends DynamicFormControlCom
|
|||||||
null,
|
null,
|
||||||
this.model.value.authority,
|
this.model.value.authority,
|
||||||
this.model.value.display,
|
this.model.value.display,
|
||||||
null,
|
0,
|
||||||
null,
|
null,
|
||||||
this.model.value.otherInformation || null
|
this.model.value.otherInformation || null
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user