1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

B #4987: Fix vm conf form when update as user (#109)

(cherry picked from commit c5d22fc8dc11701c8aa6d6dab004d30ece80d94f)
This commit is contained in:
Sergio Betanzos 2020-07-21 18:57:07 +02:00 committed by Tino Vazquez
parent 3d555fa6fc
commit a128830c20
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -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,
@ -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;