mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
refactory for metadata and collection params
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user