[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:
Victor Woeltjen
2014-12-03 12:52:51 -08:00
parent d0e29befa6
commit ccdd1bcd57
3 changed files with 37 additions and 15 deletions

View File

@@ -63,7 +63,8 @@ define(
}
return dialogService.getUserInput(
wizard.getFormModel()
wizard.getFormModel(),
wizard.getInitialFormValue()
).then(persistResult, doNothing);
}