mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 06:03:08 +00:00
[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:
parent
bbd0271fc5
commit
61cee6d8f8
@ -63,7 +63,7 @@ define(
|
||||
}
|
||||
|
||||
return dialogService.getUserInput(
|
||||
wizard.getFormModel(),
|
||||
wizard.getFormStructure(),
|
||||
wizard.getInitialFormValue()
|
||||
).then(persistResult, doNothing);
|
||||
}
|
||||
|
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user