1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

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

This commit is contained in:
Sergio Betanzos 2020-07-21 18:57:07 +02:00 committed by GitHub
parent e07204d5c8
commit c5d22fc8dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;