[Forms] Change CreateWizard method name

Change CreateWizard method name to be consistent
with terms used for form structure elsewhere.
WTD-593.
This commit is contained in:
Victor Woeltjen 2014-12-03 17:00:22 -08:00
parent bbd0271fc5
commit 61cee6d8f8
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -32,7 +32,7 @@ define(
* @return {FormModel} formModel the form model to * @return {FormModel} formModel the form model to
* show in the create dialog * show in the create dialog
*/ */
getFormModel: function () { getFormStructure: function () {
var sections = []; var sections = [];
sections.push({ sections.push({