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);
|
||||
|
||||
var input = document.createElement("input");
|
||||
input.type = "hidden";
|
||||
input.name = 'value';
|
||||
input.value = egw().jsonEncode(values);
|
||||
form.append(input);
|
||||
@ -426,6 +427,7 @@ etemplate2.prototype.getValues = function(_root)
|
||||
|
||||
}, this, et2_IInput);
|
||||
|
||||
egw().debug("info", "Value", result);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user