From 61cee6d8f8528f891db65d1031c52cb3b4f18a7f Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Wed, 3 Dec 2014 17:00:22 -0800 Subject: [PATCH] [Forms] Change CreateWizard method name Change CreateWizard method name to be consistent with terms used for form structure elsewhere. WTD-593. --- platform/commonUI/browse/src/creation/CreateAction.js | 2 +- platform/commonUI/browse/src/creation/CreateWizard.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/commonUI/browse/src/creation/CreateAction.js b/platform/commonUI/browse/src/creation/CreateAction.js index d37b183910..e082ecab4f 100644 --- a/platform/commonUI/browse/src/creation/CreateAction.js +++ b/platform/commonUI/browse/src/creation/CreateAction.js @@ -63,7 +63,7 @@ define( } return dialogService.getUserInput( - wizard.getFormModel(), + wizard.getFormStructure(), wizard.getInitialFormValue() ).then(persistResult, doNothing); } diff --git a/platform/commonUI/browse/src/creation/CreateWizard.js b/platform/commonUI/browse/src/creation/CreateWizard.js index aa874d23a7..b2986e5e06 100644 --- a/platform/commonUI/browse/src/creation/CreateWizard.js +++ b/platform/commonUI/browse/src/creation/CreateWizard.js @@ -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({