mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
[TLC-254] Get Type Bind config from backend
This commit is contained in:
@@ -11,7 +11,8 @@ describe('DisabledFieldParser test suite', () => {
|
||||
const parserOptions: ParserOptions = {
|
||||
readOnly: false,
|
||||
submissionScope: null,
|
||||
collectionUUID: null
|
||||
collectionUUID: null,
|
||||
typeField: 'dc_type'
|
||||
};
|
||||
|
||||
beforeEach(() => {
|
||||
|
Reference in New Issue
Block a user