mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
Merge branch 'followlink-refactor' into metadata-and-relationships-combined-in-submission
This commit is contained in:
@@ -376,10 +376,14 @@ describe('FormBuilderService test suite', () => {
|
||||
]
|
||||
} as FormRowModel
|
||||
],
|
||||
self: 'testFormConfiguration.url',
|
||||
self: {
|
||||
href: 'testFormConfiguration.url'
|
||||
},
|
||||
type: 'submissionform',
|
||||
_links: {
|
||||
self: 'testFormConfiguration.url'
|
||||
self: {
|
||||
href: 'testFormConfiguration.url'
|
||||
}
|
||||
}
|
||||
} as any;
|
||||
});
|
||||
|
Reference in New Issue
Block a user