refactory for metadata and collection params

This commit is contained in:
Danilo Di Nuzzo
2020-08-12 14:01:29 +02:00
parent 4a30e5d7d5
commit 66cabcb342
20 changed files with 23 additions and 101 deletions

View File

@@ -152,7 +152,7 @@ const relationGroupConfig = {
export const MockRelationModel: DynamicRelationGroupModel = new DynamicRelationGroupModel(relationGroupConfig);
export const inputWithLanguageAndAuthorityConfig = {
vocabularyOptions: new VocabularyOptions('testAuthority', 'testWithAuthority', 'scope'),
vocabularyOptions: new VocabularyOptions('testAuthority', false),
languageCodes: [
{
display: 'English',
@@ -207,7 +207,7 @@ export const inputWithLanguageConfig = {
export const mockInputWithLanguageModel = new DsDynamicInputModel(inputWithLanguageConfig);
export const inputWithLanguageAndAuthorityArrayConfig = {
vocabularyOptions: new VocabularyOptions('testAuthority', 'testWithAuthority', 'scope'),
vocabularyOptions: new VocabularyOptions('testAuthority', false),
languageCodes: [
{
display: 'English',