forked from hazza/dspace-angular
[TLC-254] Get Type Bind config from backend
This commit is contained in:
@@ -12,7 +12,8 @@ describe('LookupNameFieldParser test suite', () => {
|
||||
const parserOptions: ParserOptions = {
|
||||
readOnly: false,
|
||||
submissionScope: 'testScopeUUID',
|
||||
collectionUUID: null
|
||||
collectionUUID: null,
|
||||
typeField: 'dc_type'
|
||||
};
|
||||
|
||||
beforeEach(() => {
|
||||
|
Reference in New Issue
Block a user