mirror of
https://github.com/nasa/openmct.git
synced 2025-03-10 14:34: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(
|
return dialogService.getUserInput(
|
||||||
wizard.getFormModel(),
|
wizard.getFormStructure(),
|
||||||
wizard.getInitialFormValue()
|
wizard.getInitialFormValue()
|
||||||
).then(persistResult, doNothing);
|
).then(persistResult, doNothing);
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@ define(
|
|||||||
* @return {FormModel} formModel the form model to
|
* @return {FormModel} formModel the form model to
|
||||||
* show in the create dialog
|
* show in the create dialog
|
||||||
*/
|
*/
|
||||||
getFormModel: function () {
|
getFormStructure: function () {
|
||||||
var sections = [];
|
var sections = [];
|
||||||
|
|
||||||
sections.push({
|
sections.push({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user