forked from extern/egroupware
When posting, use hidden input
This commit is contained in:
parent
286c6331a0
commit
014fdee8bc
@ -326,6 +326,7 @@ etemplate2.prototype.postSubmit = function()
|
|||||||
.appendTo(form);
|
.appendTo(form);
|
||||||
|
|
||||||
var input = document.createElement("input");
|
var input = document.createElement("input");
|
||||||
|
input.type = "hidden";
|
||||||
input.name = 'value';
|
input.name = 'value';
|
||||||
input.value = egw().jsonEncode(values);
|
input.value = egw().jsonEncode(values);
|
||||||
form.append(input);
|
form.append(input);
|
||||||
@ -426,6 +427,7 @@ etemplate2.prototype.getValues = function(_root)
|
|||||||
|
|
||||||
}, this, et2_IInput);
|
}, this, et2_IInput);
|
||||||
|
|
||||||
|
egw().debug("info", "Value", result);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user