Commit 125d33a4 authored by Boris Kocherov's avatar Boris Kocherov

erp5_json_form: trivial fix

parent daaa0932
......@@ -654,7 +654,6 @@
// its parent call render with the same value
// (as ERP5 does in case of formulator error)
g.state.value = JSON.stringify(value);
console.log(g.state.value);
if (g.state.key) {
var form_data = {};
value = JSON.stringify(value);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment