[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:
@@ -63,7 +63,7 @@ define(
|
||||
}
|
||||
|
||||
return dialogService.getUserInput(
|
||||
wizard.getFormModel(),
|
||||
wizard.getFormStructure(),
|
||||
wizard.getInitialFormValue()
|
||||
).then(persistResult, doNothing);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user