We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2479921 commit 4875ed2Copy full SHA for 4875ed2
src/sunstone/public/app/tabs/vms-tab/form-panels/updateconf.js
@@ -129,7 +129,7 @@ define(function(require) {
129
130
function _submitWizard() {
131
var context = ".sunstone-content > #vms-tab #vms-tab-wizardForms.is-active";
132
- var templateJSON = {};
+ var templateJSON = this.template;
133
$.each(this.wizardTabs, function(index, wizardTab) {
134
$.extend(
135
true,
@@ -154,6 +154,7 @@ define(function(require) {
154
function _fill(context, element) {
155
this.setHeader(element);
156
this.resourceId = element.ID;
157
+ this.template = element.TEMPLATE;
158
159
var templateJSON = element.TEMPLATE;
160
0 commit comments