[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:
@@ -32,7 +32,7 @@ define(
|
||||
* @return {FormModel} formModel the form model to
|
||||
* show in the create dialog
|
||||
*/
|
||||
getFormModel: function () {
|
||||
getFormStructure: function () {
|
||||
var sections = [];
|
||||
|
||||
sections.push({
|
||||
|
||||
Reference in New Issue
Block a user