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({