[Forms] Adjust Create form formats
Adjust formats used in Create forms to match those used by the mct-form directive. Integration of forms bundle, WTD-593.
This commit is contained in:
@@ -63,7 +63,8 @@ define(
|
||||
}
|
||||
|
||||
return dialogService.getUserInput(
|
||||
wizard.getFormModel()
|
||||
wizard.getFormModel(),
|
||||
wizard.getInitialFormValue()
|
||||
).then(persistResult, doNothing);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user