Skip to content

Commit

Permalink
B #4987: Fix vm conf form when update as user (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Betanzos authored Jul 21, 2020
1 parent e07204d commit c5d22fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ define(function(require) {

function _submitWizard() {
var context = ".sunstone-content > #vms-tab #vms-tab-wizardForms.is-active";
var templateJSON = {};
var templateJSON = this.template;
$.each(this.wizardTabs, function(index, wizardTab) {
$.extend(
true,
Expand All @@ -154,6 +154,7 @@ define(function(require) {
function _fill(context, element) {
this.setHeader(element);
this.resourceId = element.ID;
this.template = element.TEMPLATE;

var templateJSON = element.TEMPLATE;

Expand Down

0 comments on commit c5d22fc

Please sign in to comment.