|
|
|
|
@ -134,6 +134,10 @@ ElDialog {
|
|
|
|
|
function finish() { |
|
|
|
|
currentItem.accept() |
|
|
|
|
_setWizardData(pages.contentChildren[currentIndex].wizard_data) |
|
|
|
|
// run wizard.resolve_next() a final time, so that the navmap[view]['accept'] handler can run (if any) |
|
|
|
|
var newview = wiz.submit(wizard_data) |
|
|
|
|
_setWizardData(newview.wizard_data) |
|
|
|
|
// finish wizard |
|
|
|
|
wizard.doAccept() |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|