mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
refactor all remaining self links in mocks
This commit is contained in:
@@ -108,10 +108,11 @@ const testFormConfiguration = {
|
||||
]
|
||||
} as FormRowModel,
|
||||
],
|
||||
self: 'testFormConfiguration.url',
|
||||
type: 'submissionform',
|
||||
_links: {
|
||||
self: 'testFormConfiguration.url'
|
||||
self: {
|
||||
href: 'testFormConfiguration.url'
|
||||
}
|
||||
}
|
||||
} as any;
|
||||
|
||||
|
Reference in New Issue
Block a user