Merge branch 'followlink-refactor' into metadata-and-relationships-combined-in-submission

This commit is contained in:
Art Lowel
2020-02-24 14:59:28 +01:00
347 changed files with 5892 additions and 4780 deletions

View File

@@ -111,10 +111,11 @@ const testFormConfiguration = {
]
} as FormRowModel,
],
self: 'testFormConfiguration.url',
type: 'submissionform',
_links: {
self: 'testFormConfiguration.url'
self: {
href: 'testFormConfiguration.url'
}
}
} as any;