Skip to content

Commit 4875ed2

Browse files
Sergio Betanzosrsmontero
authored andcommitted
B #4987: Fix vm conf form when update as user (#109)
1 parent 2479921 commit 4875ed2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sunstone/public/app/tabs/vms-tab/form-panels/updateconf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ define(function(require) {
129129

130130
function _submitWizard() {
131131
var context = ".sunstone-content > #vms-tab #vms-tab-wizardForms.is-active";
132-
var templateJSON = {};
132+
var templateJSON = this.template;
133133
$.each(this.wizardTabs, function(index, wizardTab) {
134134
$.extend(
135135
true,
@@ -154,6 +154,7 @@ define(function(require) {
154154
function _fill(context, element) {
155155
this.setHeader(element);
156156
this.resourceId = element.ID;
157+
this.template = element.TEMPLATE;
157158

158159
var templateJSON = element.TEMPLATE;
159160

0 commit comments

Comments
 (0)