[CST-3782] possibility to configure the isDraggable feature to DynamicRowArrayModel

This commit is contained in:
Alessandro Martelli
2021-03-31 11:56:37 +02:00
parent d224333a1c
commit d47660b5c2
6 changed files with 22 additions and 3 deletions

View File

@@ -295,6 +295,7 @@ describe('FormBuilderService test suite', () => {
notRepeatable: false,
relationshipConfig: undefined,
submissionId: '1234',
isDraggable: true,
groupFactory: () => {
return [
new DynamicInputModel({ id: 'testFormRowArrayGroupInput' })